#CC612A

Color #CC612A Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC612A

Tints of Chilean Fire #CC612A

Color information

#CC612A (or 0xCC612A) is unknown color: approx Chilean Fire. HEX triplet: CC, 61 and 2A. RGB value is (204,97,42). Sum of RGB (Red+Green+Blue) = 204+97+42=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC612A is #339ED5. Grayscale: #7B7B7B. Windows color (decimal): -3382998 or 2777548. OLE color: 2777548.

HSL color Cylindrical-coordinate representation of color #CC612A: hue angle of 20.37º 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 #CC612A is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB2049742-
CMYK00.520.790.2
HSL20.37º65.85%48.24%-
HSV(B)20.37º79.41%80%-
XYZ29.5921.554.79-
YUV122.7282.45185.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=59.48%
G=28.28%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204974200.520.790.220.3765.8548.24
HexCC612A0344F14144230
Octal31414152064117242410260
Binary1100110011000011010100110100100111110100101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC612A; }

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

 H1.HeaderClassName
 {
   color: #CC612A;
 }
 .AnyTagClassName
 {
   color: #CC612A;
 }
</style>
background-color css

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

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

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

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

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

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