#CF6232

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

Shades of Chilean Fire #CF6232

Tints of Chilean Fire #CF6232

Color information

#CF6232 (or 0xCF6232) is unknown color: approx Chilean Fire. HEX triplet: CF, 62 and 32. RGB value is (207,98,50). Sum of RGB (Red+Green+Blue) = 207+98+50=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6232 is #309DCD. Grayscale: #7D7D7D. Windows color (decimal): -3186126 or 3302095. OLE color: 3302095.

HSL color Cylindrical-coordinate representation of color #CF6232: hue angle of 18.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6232 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB2079850-
CMYK00.530.760.19
HSL18.34º62.06%50.39%-
HSV(B)18.34º75.85%81.18%-
XYZ30.6822.235.69-
YUV125.1285.61186.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=58.31%
G=27.61%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207985000.530.760.1918.3462.0650.39
HexCF62320354C13123e32
Octal3171426206511423227662
Binary110011111100010110010011010110011001001110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6232; }

 p { color: rgb(207,98,50); }

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

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

 a { background-color: rgb(207,98,50); }

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

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

 span { border-color: rgb(207,98,50); }

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