Html Css Color HEX #C95B29 Chilean Fire

📋 copy color: '#C95B29'

red 201 ◦ green 91 ◦ blue 41

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

Shades of Chilean Fire #C95B29

Tints of Chilean Fire #C95B29

RGB

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

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

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

R = 60.36%
G = 27.33%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C95B29 (or 0xC95B29) is known color: Chilean Fire. HEX triplet: C9, 5B and 29. RGB value is (201,91,41). Sum of RGB (Red+Green+Blue) = 201+91+41=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B29 is #36A4D6. Grayscale: #767676. Windows color (decimal): -3581143 or 2710473. OLE color: 2710473.

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

Color convert

RGB 201 91 41 -
CMYK 0 0.55 0.80 0.21
HSL 18.75º 0.66% 0.47% -
HSV(B) 18.75º 0.8% 0.79% -
XYZ 28.23 20.06 4.48 -
YUV 118.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 201 91 41 0 0.55 0.80 0.21 18.75 0.66 0.47
Hex C9 5B 29 0 37 50 15 13 42 2F
Octal 311 133 51 0 67 120 25 23 102 57
Binary 11001001 1011011 101001 0 110111 1010000 10101 10011 1000010 101111

Color Harmonies of #C95B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B29

Black with #C95B29

Text Example


Text Example

White with #C95B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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