Html Css Color HEX #CC204B Old Rose

📋 copy color: '#CC204B'

red 204 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #CC204B

Tints of Old Rose #CC204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 65.59%
G = 10.29%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC204B (or 0xCC204B) is known color: Old Rose. HEX triplet: CC, 20 and 4B. RGB value is (204,32,75). Sum of RGB (Red+Green+Blue) = 204+32+75=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC204B is #33DFB4. Grayscale: #585858. Windows color (decimal): -3399605 or 4923596. OLE color: 4923596.

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

Color convert

RGB 204 32 75 -
CMYK 0 0.84 0.63 0.2
HSL 345º 0.73% 0.46% -
HSV(B) 345º 0.84% 0.8% -
XYZ 26.69 14.38 8.03 -
YUV 88.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 204 32 75 0 0.84 0.63 0.2 345 0.73 0.46
Hex CC 20 4B 0 54 3F 14 159 49 2E
Octal 314 40 113 0 124 77 24 531 111 56
Binary 11001100 100000 1001011 0 1010100 111111 10100 101011001 1001001 101110

Color Harmonies of #CC204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC204B

Black with #CC204B

Text Example


Text Example

White with #CC204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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