Html Css Color HEX #C95727 Chilean Fire

📋 copy color: '#C95727'

red 201 ◦ green 87 ◦ blue 39

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

Shades of Chilean Fire #C95727

Tints of Chilean Fire #C95727

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 61.47%
G = 26.61%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C95727 (or 0xC95727) is known color: Chilean Fire. HEX triplet: C9, 57 and 27. RGB value is (201,87,39). Sum of RGB (Red+Green+Blue) = 201+87+39=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C95727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95727 is #36A8D8. Grayscale: #737373. Windows color (decimal): -3582169 or 2578377. OLE color: 2578377.

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

Color convert

RGB 201 87 39 -
CMYK 0 0.57 0.81 0.21
HSL 17.78º 0.68% 0.47% -
HSV(B) 17.78º 0.81% 0.79% -
XYZ 27.86 19.38 4.19 -
YUV 115.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 201 87 39 0 0.57 0.81 0.21 17.78 0.68 0.47
Hex C9 57 27 0 39 51 15 12 44 2F
Octal 311 127 47 0 71 121 25 22 104 57
Binary 11001001 1010111 100111 0 111001 1010001 10101 10010 1000100 101111

Color Harmonies of #C95727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95727

Black with #C95727

Text Example


Text Example

White with #C95727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95727; }

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

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

background-color css

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

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

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

border-color css

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

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

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