Html Css Color HEX #CC2652 Old Rose

📋 copy color: '#CC2652'

red 204 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #CC2652

Tints of Old Rose #CC2652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 62.96%
G = 11.73%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC2652 (or 0xCC2652) is known color: Old Rose. HEX triplet: CC, 26 and 52. RGB value is (204,38,82). Sum of RGB (Red+Green+Blue) = 204+38+82=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2652 is #33D9AD. Grayscale: #5C5C5C. Windows color (decimal): -3398062 or 5383884. OLE color: 5383884.

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

Color convert

RGB 204 38 82 -
CMYK 0 0.81 0.60 0.2
HSL 344.1º 0.69% 0.47% -
HSV(B) 344.1º 0.81% 0.8% -
XYZ 27.12 14.83 9.42 -
YUV 92.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 204 38 82 0 0.81 0.60 0.2 344.1 0.69 0.47
Hex CC 26 52 0 51 3C 14 158 45 2F
Octal 314 46 122 0 121 74 24 530 105 57
Binary 11001100 100110 1010010 0 1010001 111100 10100 101011000 1000101 101111

Color Harmonies of #CC2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2652

Black with #CC2652

Text Example


Text Example

White with #CC2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2652; }

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

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

background-color css

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

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

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

border-color css

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

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

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