Html Css Color HEX #CF5E32 Chilean Fire

📋 copy color: '#CF5E32'

red 207 ◦ green 94 ◦ blue 50

#CF5E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CF5E32

Tints of Chilean Fire #CF5E32

RGB

 RED value IS 207 (81.25% from 255) = 58.97%

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 58.97%
G = 26.78%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF5E32 (or 0xCF5E32) is known color: Chilean Fire. HEX triplet: CF, 5E and 32. RGB value is (207,94,50). Sum of RGB (Red+Green+Blue) = 207+94+50=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E32 is #30A1CD. Grayscale: #7B7B7B. Windows color (decimal): -3187150 or 3301071. OLE color: 3301071.

HSL color Cylindrical-coordinate representation of color #CF5E32: hue angle of 16.82º 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 #CF5E32 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 50 -
CMYK 0 0.55 0.76 0.19
HSL 16.82º 0.62% 0.5% -
HSV(B) 16.82º 0.76% 0.81% -
XYZ 30.31 21.5 5.57 -
YUV 122.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 207 94 50 0 0.55 0.76 0.19 16.82 0.62 0.5
Hex CF 5E 32 0 37 4C 13 11 3E 32
Octal 317 136 62 0 67 114 23 21 76 62
Binary 11001111 1011110 110010 0 110111 1001100 10011 10001 111110 110010

Color Harmonies of #CF5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E32

Black with #CF5E32

Text Example


Text Example

White with #CF5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E32; }

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

 H1.HeaderClassName
 {
   color: #CF5E32;
 }
 .AnyTagClassName
 {
   color: #CF5E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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