Html Css Color HEX #CC552A Chilean Fire

📋 copy color: '#CC552A'

red 204 ◦ green 85 ◦ blue 42

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

Shades of Chilean Fire #CC552A

Tints of Chilean Fire #CC552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 61.63%
G = 25.68%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC552A (or 0xCC552A) is known color: Chilean Fire. HEX triplet: CC, 55 and 2A. RGB value is (204,85,42). Sum of RGB (Red+Green+Blue) = 204+85+42=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC552A is #33AAD5. Grayscale: #737373. Windows color (decimal): -3386070 or 2774476. OLE color: 2774476.

HSL color Cylindrical-coordinate representation of color #CC552A: hue angle of 15.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC552A is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 42 -
CMYK 0 0.58 0.79 0.2
HSL 15.93º 0.66% 0.48% -
HSV(B) 15.93º 0.79% 0.8% -
XYZ 28.57 19.5 4.45 -
YUV 115.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 204 85 42 0 0.58 0.79 0.2 15.93 0.66 0.48
Hex CC 55 2A 0 3A 4F 14 10 42 30
Octal 314 125 52 0 72 117 24 20 102 60
Binary 11001100 1010101 101010 0 111010 1001111 10100 10000 1000010 110000

Color Harmonies of #CC552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC552A

Black with #CC552A

Text Example


Text Example

White with #CC552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC552A; }

 p { color: rgb(204,85,42); }

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

background-color css

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

 a { background-color: rgb(204,85,42); }

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

border-color css

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

 span { border-color: rgb(204,85,42); }

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