Html Css Color HEX #CC2654 Old Rose

📋 copy color: '#CC2654'

red 204 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #CC2654

Tints of Old Rose #CC2654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 62.58%
G = 11.66%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2654 (or 0xCC2654) is known color: Old Rose. HEX triplet: CC, 26 and 54. RGB value is (204,38,84). Sum of RGB (Red+Green+Blue) = 204+38+84=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2654 is #33D9AB. Grayscale: #5C5C5C. Windows color (decimal): -3398060 or 5514956. OLE color: 5514956.

HSL color Cylindrical-coordinate representation of color #CC2654: hue angle of 343.37º 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 #CC2654 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 84 -
CMYK 0 0.81 0.59 0.2
HSL 343.37º 0.69% 0.47% -
HSV(B) 343.37º 0.81% 0.8% -
XYZ 27.2 14.86 9.82 -
YUV 92.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 204 38 84 0 0.81 0.59 0.2 343.37 0.69 0.47
Hex CC 26 54 0 51 3B 14 157 45 2F
Octal 314 46 124 0 121 73 24 527 105 57
Binary 11001100 100110 1010100 0 1010001 111011 10100 101010111 1000101 101111

Color Harmonies of #CC2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2654

Black with #CC2654

Text Example


Text Example

White with #CC2654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2654; }

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

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

background-color css

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

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

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

border-color css

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

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

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