Html Css Color HEX #CC204F Old Rose

📋 copy color: '#CC204F'

red 204 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #CC204F

Tints of Old Rose #CC204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 64.76%
G = 10.16%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC204F (or 0xCC204F) is known color: Old Rose. HEX triplet: CC, 20 and 4F. RGB value is (204,32,79). Sum of RGB (Red+Green+Blue) = 204+32+79=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC204F is #33DFB0. Grayscale: #585858. Windows color (decimal): -3399601 or 5185740. OLE color: 5185740.

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

Color convert

RGB 204 32 79 -
CMYK 0 0.84 0.61 0.2
HSL 343.6º 0.73% 0.46% -
HSV(B) 343.6º 0.84% 0.8% -
XYZ 26.83 14.43 8.77 -
YUV 88.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 204 32 79 0 0.84 0.61 0.2 343.6 0.73 0.46
Hex CC 20 4F 0 54 3D 14 158 49 2E
Octal 314 40 117 0 124 75 24 530 111 56
Binary 11001100 100000 1001111 0 1010100 111101 10100 101011000 1001001 101110

Color Harmonies of #CC204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC204F

Black with #CC204F

Text Example


Text Example

White with #CC204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC204F; }

 p { color: rgb(204,32,79); }

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

background-color css

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

 a { background-color: rgb(204,32,79); }

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

border-color css

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

 span { border-color: rgb(204,32,79); }

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