#CC214B

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

Shades of Old Rose #CC214B

Tints of Old Rose #CC214B

Color information

#CC214B (or 0xCC214B) is unknown color: approx Old Rose. HEX triplet: CC, 21 and 4B. RGB value is (204,33,75). Sum of RGB (Red+Green+Blue) = 204+33+75=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC214B is #33DEB4. Grayscale: #585858. Windows color (decimal): -3399349 or 4923852. OLE color: 4923852.

HSL color Cylindrical-coordinate representation of color #CC214B: hue angle of 345.26º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC214B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2043375-
CMYK00.840.630.2
HSL345.26º72.15%46.47%-
HSV(B)345.26º83.82%80%-
XYZ26.7214.438.03-
YUV88.92120.15210.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=65.38%
G=10.58%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204337500.840.630.2345.2672.1546.47
HexCC214B0543F14159482e
Octal314411130124772453111056
Binary11001100100001100101101010100111111101001010110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC214B; }

 p { color: rgb(204,33,75); }

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

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

 a { background-color: rgb(204,33,75); }

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

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

 span { border-color: rgb(204,33,75); }

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