#CF832A

Color #CF832A Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CF832A

Tints of Dixie #CF832A

Color information

#CF832A (or 0xCF832A) is unknown color: approx Dixie. HEX triplet: CF, 83 and 2A. RGB value is (207,131,42). Sum of RGB (Red+Green+Blue) = 207+131+42=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF832A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF832A is #307CD5. Grayscale: #909090. Windows color (decimal): -3177686 or 2786255. OLE color: 2786255.

HSL color Cylindrical-coordinate representation of color #CF832A: hue angle of 32.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF832A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB20713142-
CMYK00.370.800.19
HSL32.36º66.27%48.82%-
HSV(B)32.36º79.71%81.18%-
XYZ34.2729.676.11-
YUV143.5870.68173.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=54.47%
G=34.47%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071314200.370.800.1932.3666.2748.82
HexCF832A0255013204231
Octal31720352045120234010261
Binary110011111000001110101001001011010000100111000001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF832A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF832A; }

 p { color: rgb(207,131,42); }

 H1.HeaderClassName
 {
   color: #CF832A;
 }
 .AnyTagClassName
 {
   color: #CF832A;
 }
</style>
background-color css

<style>
 a { background-color: #CF832A; }

 a { background-color: rgb(207,131,42); }

 div.DivClassName
 {
   background-color: #CF832A;
 }
 .BgClassName
 {
   background-color: #CF832A;
 }
</style>
border-color css

<style>
 span { border-color: #CF832A; }

 span { border-color: rgb(207,131,42); }

 td.TdClassName
 {
   border-color: #CF832A;
 }
 .TagClassName
 {
   border-color: #CF832A;
 }
</style>