Html Css Color HEX #C95728 Chilean Fire

📋 copy color: '#C95728'

red 201 ◦ green 87 ◦ blue 40

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

Shades of Chilean Fire #C95728

Tints of Chilean Fire #C95728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 61.28%
G = 26.52%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95728 (or 0xC95728) is known color: Chilean Fire. HEX triplet: C9, 57 and 28. RGB value is (201,87,40). Sum of RGB (Red+Green+Blue) = 201+87+40=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C95728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95728 is #36A8D7. Grayscale: #747474. Windows color (decimal): -3582168 or 2643913. OLE color: 2643913.

HSL color Cylindrical-coordinate representation of color #C95728: hue angle of 17.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C95728 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 40 -
CMYK 0 0.57 0.80 0.21
HSL 17.52º 0.67% 0.47% -
HSV(B) 17.52º 0.8% 0.79% -
XYZ 27.88 19.39 4.28 -
YUV 115.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 201 87 40 0 0.57 0.80 0.21 17.52 0.67 0.47
Hex C9 57 28 0 39 50 15 12 43 2F
Octal 311 127 50 0 71 120 25 22 103 57
Binary 11001001 1010111 101000 0 111001 1010000 10101 10010 1000011 101111

Color Harmonies of #C95728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95728

Black with #C95728

Text Example


Text Example

White with #C95728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95728; }

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

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

background-color css

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

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

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

border-color css

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

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

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