Html Css Color HEX #CC355A Old Rose

📋 copy color: '#CC355A'

red 204 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #CC355A

Tints of Old Rose #CC355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 58.79%
G = 15.27%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC355A (or 0xCC355A) is known color: Old Rose. HEX triplet: CC, 35 and 5A. RGB value is (204,53,90). Sum of RGB (Red+Green+Blue) = 204+53+90=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC355A is #33CAA5. Grayscale: #666666. Windows color (decimal): -3394214 or 5912012. OLE color: 5912012.

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

Color convert

RGB 204 53 90 -
CMYK 0 0.74 0.56 0.2
HSL 345.3º 0.6% 0.5% -
HSV(B) 345.3º 0.74% 0.8% -
XYZ 28.02 16.12 11.31 -
YUV 102.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 204 53 90 0 0.74 0.56 0.2 345.3 0.6 0.5
Hex CC 35 5A 0 4A 38 14 159 3C 32
Octal 314 65 132 0 112 70 24 531 74 62
Binary 11001100 110101 1011010 0 1001010 111000 10100 101011001 111100 110010

Color Harmonies of #CC355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC355A

Black with #CC355A

Text Example


Text Example

White with #CC355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC355A; }

 p { color: rgb(204,53,90); }

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

background-color css

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

 a { background-color: rgb(204,53,90); }

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

border-color css

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

 span { border-color: rgb(204,53,90); }

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