Html Css Color HEX #C95929 Chilean Fire

📋 copy color: '#C95929'

red 201 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #C95929

Tints of Chilean Fire #C95929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 60.73%
G = 26.89%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95929 (or 0xC95929) is known color: Chilean Fire. HEX triplet: C9, 59 and 29. RGB value is (201,89,41). Sum of RGB (Red+Green+Blue) = 201+89+41=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C95929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95929 is #36A6D6. Grayscale: #757575. Windows color (decimal): -3581655 or 2709961. OLE color: 2709961.

HSL color Cylindrical-coordinate representation of color #C95929: hue angle of 18º degrees, saturation: 0.66, 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 #C95929 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 41 -
CMYK 0 0.56 0.80 0.21
HSL 18º 0.66% 0.47% -
HSV(B) 18º 0.8% 0.79% -
XYZ 28.06 19.72 4.43 -
YUV 117.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 201 89 41 0 0.56 0.80 0.21 18 0.66 0.47
Hex C9 59 29 0 38 50 15 12 42 2F
Octal 311 131 51 0 70 120 25 22 102 57
Binary 11001001 1011001 101001 0 111000 1010000 10101 10010 1000010 101111

Color Harmonies of #C95929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95929

Black with #C95929

Text Example


Text Example

White with #C95929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95929; }

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

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

background-color css

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

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

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

border-color css

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

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

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