Html Css Color HEX #CC214E Old Rose

📋 copy color: '#CC214E'

red 204 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #CC214E

Tints of Old Rose #CC214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 64.76%
G = 10.48%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC214E (or 0xCC214E) is known color: Old Rose. HEX triplet: CC, 21 and 4E. RGB value is (204,33,78). Sum of RGB (Red+Green+Blue) = 204+33+78=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC214E is #33DEB1. Grayscale: #595959. Windows color (decimal): -3399346 or 5120460. OLE color: 5120460.

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

Color convert

RGB 204 33 78 -
CMYK 0 0.84 0.62 0.2
HSL 344.21º 0.72% 0.46% -
HSV(B) 344.21º 0.84% 0.8% -
XYZ 26.82 14.48 8.59 -
YUV 89.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 204 33 78 0 0.84 0.62 0.2 344.21 0.72 0.46
Hex CC 21 4E 0 54 3E 14 158 48 2E
Octal 314 41 116 0 124 76 24 530 110 56
Binary 11001100 100001 1001110 0 1010100 111110 10100 101011000 1001000 101110

Color Harmonies of #CC214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC214E

Black with #CC214E

Text Example


Text Example

White with #CC214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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