Html Css Color HEX #CC3355 Old Rose

📋 copy color: '#CC3355'

red 204 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #CC3355

Tints of Old Rose #CC3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 60%
G = 15%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC3355 (or 0xCC3355) is known color: Old Rose. HEX triplet: CC, 33 and 55. RGB value is (204,51,85). Sum of RGB (Red+Green+Blue) = 204+51+85=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3355 is #33CCAA. Grayscale: #646464. Windows color (decimal): -3394731 or 5583820. OLE color: 5583820.

HSL color Cylindrical-coordinate representation of color #CC3355: hue angle of 346.67º degrees, saturation: 0.6, 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 #CC3355 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 51 85 -
CMYK 0 0.75 0.58 0.2
HSL 346.67º 0.6% 0.5% -
HSV(B) 346.67º 0.75% 0.8% -
XYZ 27.73 15.86 10.19 -
YUV 100.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 204 51 85 0 0.75 0.58 0.2 346.67 0.6 0.5
Hex CC 33 55 0 4B 3A 14 15B 3C 32
Octal 314 63 125 0 113 72 24 533 74 62
Binary 11001100 110011 1010101 0 1001011 111010 10100 101011011 111100 110010

Color Harmonies of #CC3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3355

Black with #CC3355

Text Example


Text Example

White with #CC3355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3355; }

 p { color: rgb(204,51,85); }

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

background-color css

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

 a { background-color: rgb(204,51,85); }

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

border-color css

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

 span { border-color: rgb(204,51,85); }

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