#CC5952

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

Shades of Valencia #CC5952

Tints of Valencia #CC5952

Color information

#CC5952 (or 0xCC5952) is unknown color: approx Valencia. HEX triplet: CC, 59 and 52. RGB value is (204,89,82). Sum of RGB (Red+Green+Blue) = 204+89+82=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5952 is #33A6AD. Grayscale: #7A7A7A. Windows color (decimal): -3385006 or 5396940. OLE color: 5396940.

HSL color Cylindrical-coordinate representation of color #CC5952: hue angle of 3.44º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5952 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2048982-
CMYK00.560.600.2
HSL3.44º54.46%56.08%-
HSV(B)3.44º59.8%80%-
XYZ3020.5910.38-
YUV122.59105.1186.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=54.4%
G=23.73%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204898200.560.600.23.4454.4656.08
HexCC59520383C1433638
Octal314131122070742436670
Binary110011001011001101001001110001111001010011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5952; }

 p { color: rgb(204,89,82); }

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

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

 a { background-color: rgb(204,89,82); }

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

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

 span { border-color: rgb(204,89,82); }

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