Html Css Color HEX #CC215A Old Rose

📋 copy color: '#CC215A'

red 204 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #CC215A

Tints of Old Rose #CC215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 62.39%
G = 10.09%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC215A (or 0xCC215A) is known color: Old Rose. HEX triplet: CC, 21 and 5A. RGB value is (204,33,90). Sum of RGB (Red+Green+Blue) = 204+33+90=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC215A is #33DEA5. Grayscale: #5A5A5A. Windows color (decimal): -3399334 or 5906892. OLE color: 5906892.

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

Color convert

RGB 204 33 90 -
CMYK 0 0.84 0.56 0.2
HSL 340º 0.72% 0.46% -
HSV(B) 340º 0.84% 0.8% -
XYZ 27.29 14.66 11.06 -
YUV 90.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 204 33 90 0 0.84 0.56 0.2 340 0.72 0.46
Hex CC 21 5A 0 54 38 14 154 48 2E
Octal 314 41 132 0 124 70 24 524 110 56
Binary 11001100 100001 1011010 0 1010100 111000 10100 101010100 1001000 101110

Color Harmonies of #CC215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC215A

Black with #CC215A

Text Example


Text Example

White with #CC215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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