Html Css Color HEX #C95B27 Chilean Fire

📋 copy color: '#C95B27'

red 201 ◦ green 91 ◦ blue 39

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

Shades of Chilean Fire #C95B27

Tints of Chilean Fire #C95B27

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 60.73%
G = 27.49%
B = 11.78%

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

#C95B27 (or 0xC95B27) is known color: Chilean Fire. HEX triplet: C9, 5B and 27. RGB value is (201,91,39). Sum of RGB (Red+Green+Blue) = 201+91+39=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B27 is #36A4D8. Grayscale: #767676. Windows color (decimal): -3581145 or 2579401. OLE color: 2579401.

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

Color convert

RGB 201 91 39 -
CMYK 0 0.55 0.81 0.21
HSL 19.26º 0.68% 0.47% -
HSV(B) 19.26º 0.81% 0.79% -
XYZ 28.19 20.05 4.3 -
YUV 117.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 201 91 39 0 0.55 0.81 0.21 19.26 0.68 0.47
Hex C9 5B 27 0 37 51 15 13 44 2F
Octal 311 133 47 0 67 121 25 23 104 57
Binary 11001001 1011011 100111 0 110111 1010001 10101 10011 1000100 101111

Color Harmonies of #C95B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B27

Black with #C95B27

Text Example


Text Example

White with #C95B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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