Html Css Color HEX #CC214D Old Rose

📋 copy color: '#CC214D'

red 204 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #CC214D

Tints of Old Rose #CC214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 64.97%
G = 10.51%
B = 24.52%

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

#CC214D (or 0xCC214D) is known color: Old Rose. HEX triplet: CC, 21 and 4D. RGB value is (204,33,77). Sum of RGB (Red+Green+Blue) = 204+33+77=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC214D is #33DEB2. Grayscale: #595959. Windows color (decimal): -3399347 or 5054924. OLE color: 5054924.

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

Color convert

RGB 204 33 77 -
CMYK 0 0.84 0.62 0.2
HSL 344.56º 0.72% 0.46% -
HSV(B) 344.56º 0.84% 0.8% -
XYZ 26.79 14.46 8.4 -
YUV 89.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 204 33 77 0 0.84 0.62 0.2 344.56 0.72 0.46
Hex CC 21 4D 0 54 3E 14 159 48 2E
Octal 314 41 115 0 124 76 24 531 110 56
Binary 11001100 100001 1001101 0 1010100 111110 10100 101011001 1001000 101110

Color Harmonies of #CC214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC214D

Black with #CC214D

Text Example


Text Example

White with #CC214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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