Html Css Color HEX #CC3254 Old Rose

📋 copy color: '#CC3254'

red 204 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #CC3254

Tints of Old Rose #CC3254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 60.36%
G = 14.79%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC3254 (or 0xCC3254) is known color: Old Rose. HEX triplet: CC, 32 and 54. RGB value is (204,50,84). Sum of RGB (Red+Green+Blue) = 204+50+84=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3254 is #33CDAB. Grayscale: #636363. Windows color (decimal): -3394988 or 5518028. OLE color: 5518028.

HSL color Cylindrical-coordinate representation of color #CC3254: hue angle of 346.75º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3254 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 84 -
CMYK 0 0.75 0.59 0.2
HSL 346.75º 0.61% 0.5% -
HSV(B) 346.75º 0.75% 0.8% -
XYZ 27.64 15.76 9.97 -
YUV 99.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 204 50 84 0 0.75 0.59 0.2 346.75 0.61 0.5
Hex CC 32 54 0 4B 3B 14 15B 3D 32
Octal 314 62 124 0 113 73 24 533 75 62
Binary 11001100 110010 1010100 0 1001011 111011 10100 101011011 111101 110010

Color Harmonies of #CC3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3254

Black with #CC3254

Text Example


Text Example

White with #CC3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3254; }

 p { color: rgb(204,50,84); }

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

background-color css

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

 a { background-color: rgb(204,50,84); }

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

border-color css

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

 span { border-color: rgb(204,50,84); }

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