Html Css Color HEX #C95822 Chilean Fire

📋 copy color: '#C95822'

red 201 ◦ green 88 ◦ blue 34

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

Shades of Chilean Fire #C95822

Tints of Chilean Fire #C95822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 62.23%
G = 27.24%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C95822 (or 0xC95822) is known color: Chilean Fire. HEX triplet: C9, 58 and 22. RGB value is (201,88,34). Sum of RGB (Red+Green+Blue) = 201+88+34=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C95822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95822 is #36A7DD. Grayscale: #737373. Windows color (decimal): -3581918 or 2250953. OLE color: 2250953.

HSL color Cylindrical-coordinate representation of color #C95822: hue angle of 19.4º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C95822 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 34 -
CMYK 0 0.56 0.83 0.21
HSL 19.4º 0.71% 0.46% -
HSV(B) 19.4º 0.83% 0.79% -
XYZ 27.87 19.51 3.81 -
YUV 115.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 201 88 34 0 0.56 0.83 0.21 19.4 0.71 0.46
Hex C9 58 22 0 38 53 15 13 47 2E
Octal 311 130 42 0 70 123 25 23 107 56
Binary 11001001 1011000 100010 0 111000 1010011 10101 10011 1000111 101110

Color Harmonies of #C95822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95822

Black with #C95822

Text Example


Text Example

White with #C95822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95822; }

 p { color: rgb(201,88,34); }

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

background-color css

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

 a { background-color: rgb(201,88,34); }

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

border-color css

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

 span { border-color: rgb(201,88,34); }

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