Html Css Color HEX #CC2E58 Old Rose

📋 copy color: '#CC2E58'

red 204 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #CC2E58

Tints of Old Rose #CC2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 60.36%
G = 13.61%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2E58 (or 0xCC2E58) is known color: Old Rose. HEX triplet: CC, 2E and 58. RGB value is (204,46,88). Sum of RGB (Red+Green+Blue) = 204+46+88=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E58 is #33D1A7. Grayscale: #626262. Windows color (decimal): -3396008 or 5779148. OLE color: 5779148.

HSL color Cylindrical-coordinate representation of color #CC2E58: hue angle of 344.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E58 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 88 -
CMYK 0 0.77 0.57 0.2
HSL 344.05º 0.63% 0.49% -
HSV(B) 344.05º 0.77% 0.8% -
XYZ 27.64 15.5 10.77 -
YUV 98.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 204 46 88 0 0.77 0.57 0.2 344.05 0.63 0.49
Hex CC 2E 58 0 4D 39 14 158 3F 31
Octal 314 56 130 0 115 71 24 530 77 61
Binary 11001100 101110 1011000 0 1001101 111001 10100 101011000 111111 110001

Color Harmonies of #CC2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E58

Black with #CC2E58

Text Example


Text Example

White with #CC2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E58; }

 p { color: rgb(204,46,88); }

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

background-color css

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

 a { background-color: rgb(204,46,88); }

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

border-color css

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

 span { border-color: rgb(204,46,88); }

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