Html Css Color HEX #CC315A Old Rose

📋 copy color: '#CC315A'

red 204 ◦ green 49 ◦ blue 90

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

Shades of Old Rose #CC315A

Tints of Old Rose #CC315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

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

R = 59.48%
G = 14.29%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC315A (or 0xCC315A) is known color: Old Rose. HEX triplet: CC, 31 and 5A. RGB value is (204,49,90). Sum of RGB (Red+Green+Blue) = 204+49+90=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315A is #33CEA5. Grayscale: #646464. Windows color (decimal): -3395238 or 5910988. OLE color: 5910988.

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

Color convert

RGB 204 49 90 -
CMYK 0 0.76 0.56 0.2
HSL 344.13º 0.61% 0.5% -
HSV(B) 344.13º 0.76% 0.8% -
XYZ 27.85 15.77 11.25 -
YUV 100.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 204 49 90 0 0.76 0.56 0.2 344.13 0.61 0.5
Hex CC 31 5A 0 4C 38 14 158 3D 32
Octal 314 61 132 0 114 70 24 530 75 62
Binary 11001100 110001 1011010 0 1001100 111000 10100 101011000 111101 110010

Color Harmonies of #CC315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC315A

Black with #CC315A

Text Example


Text Example

White with #CC315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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