Html Css Color HEX #C95A27 Chilean Fire

📋 copy color: '#C95A27'

red 201 ◦ green 90 ◦ blue 39

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

Shades of Chilean Fire #C95A27

Tints of Chilean Fire #C95A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 60.91%
G = 27.27%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C95A27 (or 0xC95A27) is known color: Chilean Fire. HEX triplet: C9, 5A and 27. RGB value is (201,90,39). Sum of RGB (Red+Green+Blue) = 201+90+39=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A27 is #36A5D8. Grayscale: #757575. Windows color (decimal): -3581401 or 2579145. OLE color: 2579145.

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

Color convert

RGB 201 90 39 -
CMYK 0 0.55 0.81 0.21
HSL 18.89º 0.68% 0.47% -
HSV(B) 18.89º 0.81% 0.79% -
XYZ 28.11 19.88 4.27 -
YUV 117.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 201 90 39 0 0.55 0.81 0.21 18.89 0.68 0.47
Hex C9 5A 27 0 37 51 15 13 44 2F
Octal 311 132 47 0 67 121 25 23 104 57
Binary 11001001 1011010 100111 0 110111 1010001 10101 10011 1000100 101111

Color Harmonies of #C95A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A27

Black with #C95A27

Text Example


Text Example

White with #C95A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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