Html Css Color HEX #C9602C Chilean Fire

📋 copy color: '#C9602C'

red 201 ◦ green 96 ◦ blue 44

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

Shades of Chilean Fire #C9602C

Tints of Chilean Fire #C9602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 58.94%
G = 28.15%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9602C (or 0xC9602C) is known color: Chilean Fire. HEX triplet: C9, 60 and 2C. RGB value is (201,96,44). Sum of RGB (Red+Green+Blue) = 201+96+44=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9602C is #369FD3. Grayscale: #797979. Windows color (decimal): -3579860 or 2908361. OLE color: 2908361.

HSL color Cylindrical-coordinate representation of color #C9602C: hue angle of 19.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9602C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 44 -
CMYK 0 0.52 0.78 0.21
HSL 19.87º 0.64% 0.48% -
HSV(B) 19.87º 0.78% 0.79% -
XYZ 28.72 20.97 4.92 -
YUV 121.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 201 96 44 0 0.52 0.78 0.21 19.87 0.64 0.48
Hex C9 60 2C 0 34 4E 15 14 40 30
Octal 311 140 54 0 64 116 25 24 100 60
Binary 11001001 1100000 101100 0 110100 1001110 10101 10100 1000000 110000

Color Harmonies of #C9602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9602C

Black with #C9602C

Text Example


Text Example

White with #C9602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9602C; }

 p { color: rgb(201,96,44); }

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

background-color css

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

 a { background-color: rgb(201,96,44); }

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

border-color css

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

 span { border-color: rgb(201,96,44); }

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