Html Css Color HEX #C95927 Chilean Fire

📋 copy color: '#C95927'

red 201 ◦ green 89 ◦ blue 39

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

Shades of Chilean Fire #C95927

Tints of Chilean Fire #C95927

RGB

 RED value IS 201 (78.91% from 255) = 61.09%

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 61.09%
G = 27.05%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C95927 (or 0xC95927) is known color: Chilean Fire. HEX triplet: C9, 59 and 27. RGB value is (201,89,39). Sum of RGB (Red+Green+Blue) = 201+89+39=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C95927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95927 is #36A6D8. Grayscale: #757575. Windows color (decimal): -3581657 or 2578889. OLE color: 2578889.

HSL color Cylindrical-coordinate representation of color #C95927: hue angle of 18.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C95927 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 39 -
CMYK 0 0.56 0.81 0.21
HSL 18.52º 0.68% 0.47% -
HSV(B) 18.52º 0.81% 0.79% -
XYZ 28.03 19.71 4.25 -
YUV 116.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 201 89 39 0 0.56 0.81 0.21 18.52 0.68 0.47
Hex C9 59 27 0 38 51 15 13 44 2F
Octal 311 131 47 0 70 121 25 23 104 57
Binary 11001001 1011001 100111 0 111000 1010001 10101 10011 1000100 101111

Color Harmonies of #C95927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95927

Black with #C95927

Text Example


Text Example

White with #C95927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95927; }

 p { color: rgb(201,89,39); }

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

background-color css

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

 a { background-color: rgb(201,89,39); }

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

border-color css

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

 span { border-color: rgb(201,89,39); }

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