Html Css Color HEX #CC2657 Old Rose

📋 copy color: '#CC2657'

red 204 ◦ green 38 ◦ blue 87

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

Shades of Old Rose #CC2657

Tints of Old Rose #CC2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 62.01%
G = 11.55%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2657 (or 0xCC2657) is known color: Old Rose. HEX triplet: CC, 26 and 57. RGB value is (204,38,87). Sum of RGB (Red+Green+Blue) = 204+38+87=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2657 is #33D9A8. Grayscale: #5D5D5D. Windows color (decimal): -3398057 or 5711564. OLE color: 5711564.

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

Color convert

RGB 204 38 87 -
CMYK 0 0.81 0.57 0.2
HSL 342.29º 0.69% 0.47% -
HSV(B) 342.29º 0.81% 0.8% -
XYZ 27.32 14.91 10.46 -
YUV 93.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 204 38 87 0 0.81 0.57 0.2 342.29 0.69 0.47
Hex CC 26 57 0 51 39 14 156 45 2F
Octal 314 46 127 0 121 71 24 526 105 57
Binary 11001100 100110 1010111 0 1010001 111001 10100 101010110 1000101 101111

Color Harmonies of #CC2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2657

Black with #CC2657

Text Example


Text Example

White with #CC2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2657; }

 p { color: rgb(204,38,87); }

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

background-color css

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

 a { background-color: rgb(204,38,87); }

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

border-color css

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

 span { border-color: rgb(204,38,87); }

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