#CC354D

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

Shades of Old Rose #CC354D

Tints of Old Rose #CC354D

Color information

#CC354D (or 0xCC354D) is unknown color: approx Old Rose. HEX triplet: CC, 35 and 4D. RGB value is (204,53,77). Sum of RGB (Red+Green+Blue) = 204+53+77=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC354D is #33CAB2. Grayscale: #646464. Windows color (decimal): -3394227 or 5060044. OLE color: 5060044.

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

Color convert

RGB2045377-
CMYK00.740.620.2
HSL350.46º59.68%50.39%-
HSV(B)350.46º74.02%80%-
XYZ27.5115.928.64-
YUV100.88114.53201.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.08%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=61.08%
G=15.87%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204537700.740.620.2350.4659.6850.39
HexCC354D04A3E1415e3c32
Octal31465115011276245367462
Binary1100110011010110011010100101011111010100101011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC354D; }

 p { color: rgb(204,53,77); }

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

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

 a { background-color: rgb(204,53,77); }

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

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

 span { border-color: rgb(204,53,77); }

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