Html Css Color HEX #CC204D Old Rose

📋 copy color: '#CC204D'

red 204 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #CC204D

Tints of Old Rose #CC204D

RGB

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

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

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

R = 65.18%
G = 10.22%
B = 24.6%

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

#CC204D (or 0xCC204D) is known color: Old Rose. HEX triplet: CC, 20 and 4D. RGB value is (204,32,77). Sum of RGB (Red+Green+Blue) = 204+32+77=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC204D is #33DFB2. Grayscale: #585858. Windows color (decimal): -3399603 or 5054668. OLE color: 5054668.

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

Color convert

RGB 204 32 77 -
CMYK 0 0.84 0.62 0.2
HSL 344.3º 0.73% 0.46% -
HSV(B) 344.3º 0.84% 0.8% -
XYZ 26.76 14.41 8.39 -
YUV 88.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 204 32 77 0 0.84 0.62 0.2 344.3 0.73 0.46
Hex CC 20 4D 0 54 3E 14 158 49 2E
Octal 314 40 115 0 124 76 24 530 111 56
Binary 11001100 100000 1001101 0 1010100 111110 10100 101011000 1001001 101110

Color Harmonies of #CC204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC204D

Black with #CC204D

Text Example


Text Example

White with #CC204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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