Html Css Color HEX #CC602D Chilean Fire

📋 copy color: '#CC602D'

red 204 ◦ green 96 ◦ blue 45

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

Shades of Chilean Fire #CC602D

Tints of Chilean Fire #CC602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 59.13%
G = 27.83%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC602D (or 0xCC602D) is known color: Chilean Fire. HEX triplet: CC, 60 and 2D. RGB value is (204,96,45). Sum of RGB (Red+Green+Blue) = 204+96+45=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602D is #339FD2. Grayscale: #7A7A7A. Windows color (decimal): -3383251 or 2973900. OLE color: 2973900.

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

Color convert

RGB 204 96 45 -
CMYK 0 0.53 0.78 0.2
HSL 19.25º 0.64% 0.49% -
HSV(B) 19.25º 0.78% 0.8% -
XYZ 29.56 21.39 5.05 -
YUV 122.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 204 96 45 0 0.53 0.78 0.2 19.25 0.64 0.49
Hex CC 60 2D 0 35 4E 14 13 40 31
Octal 314 140 55 0 65 116 24 23 100 61
Binary 11001100 1100000 101101 0 110101 1001110 10100 10011 1000000 110001

Color Harmonies of #CC602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC602D

Black with #CC602D

Text Example


Text Example

White with #CC602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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