Html Css Color HEX #CC602E Chilean Fire

📋 copy color: '#CC602E'

red 204 ◦ green 96 ◦ blue 46

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

Shades of Chilean Fire #CC602E

Tints of Chilean Fire #CC602E

RGB

 RED value IS 204 (80.08% from 255) = 58.96%

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

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 58.96%
G = 27.75%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC602E (or 0xCC602E) is known color: Chilean Fire. HEX triplet: CC, 60 and 2E. RGB value is (204,96,46). Sum of RGB (Red+Green+Blue) = 204+96+46=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602E is #339FD1. Grayscale: #7A7A7A. Windows color (decimal): -3383250 or 3039436. OLE color: 3039436.

HSL color Cylindrical-coordinate representation of color #CC602E: hue angle of 18.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC602E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 46 -
CMYK 0 0.53 0.77 0.2
HSL 18.99º 0.63% 0.49% -
HSV(B) 18.99º 0.77% 0.8% -
XYZ 29.58 21.4 5.16 -
YUV 122.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 204 96 46 0 0.53 0.77 0.2 18.99 0.63 0.49
Hex CC 60 2E 0 35 4D 14 13 3F 31
Octal 314 140 56 0 65 115 24 23 77 61
Binary 11001100 1100000 101110 0 110101 1001101 10100 10011 111111 110001

Color Harmonies of #CC602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC602E

Black with #CC602E

Text Example


Text Example

White with #CC602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC602E; }

 p { color: rgb(204,96,46); }

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

background-color css

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

 a { background-color: rgb(204,96,46); }

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

border-color css

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

 span { border-color: rgb(204,96,46); }

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