Html Css Color HEX #C95722 Chilean Fire

📋 copy color: '#C95722'

red 201 ◦ green 87 ◦ blue 34

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

Shades of Chilean Fire #C95722

Tints of Chilean Fire #C95722

RGB

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

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

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

R = 62.42%
G = 27.02%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C95722 (or 0xC95722) is known color: Chilean Fire. HEX triplet: C9, 57 and 22. RGB value is (201,87,34). Sum of RGB (Red+Green+Blue) = 201+87+34=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95722 is #36A8DD. Grayscale: #737373. Windows color (decimal): -3582174 or 2250697. OLE color: 2250697.

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

Color convert

RGB 201 87 34 -
CMYK 0 0.57 0.83 0.21
HSL 19.04º 0.71% 0.46% -
HSV(B) 19.04º 0.83% 0.79% -
XYZ 27.78 19.35 3.78 -
YUV 115.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 201 87 34 0 0.57 0.83 0.21 19.04 0.71 0.46
Hex C9 57 22 0 39 53 15 13 47 2E
Octal 311 127 42 0 71 123 25 23 107 56
Binary 11001001 1010111 100010 0 111001 1010011 10101 10011 1000111 101110

Color Harmonies of #C95722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95722

Black with #C95722

Text Example


Text Example

White with #C95722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95722; }

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

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

background-color css

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

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

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

border-color css

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

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

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