Html Css Color HEX #CA2552 Old Rose

📋 copy color: '#CA2552'

red 202 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #CA2552

Tints of Old Rose #CA2552

RGB

 RED value IS 202 (79.3% from 255) = 62.93%

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 62.93%
G = 11.53%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA2552 (or 0xCA2552) is known color: Old Rose. HEX triplet: CA, 25 and 52. RGB value is (202,37,82). Sum of RGB (Red+Green+Blue) = 202+37+82=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2552 is #35DAAD. Grayscale: #5B5B5B. Windows color (decimal): -3529390 or 5383626. OLE color: 5383626.

HSL color Cylindrical-coordinate representation of color #CA2552: hue angle of 343.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2552 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 82 -
CMYK 0 0.82 0.59 0.21
HSL 343.64º 0.69% 0.47% -
HSV(B) 343.64º 0.82% 0.79% -
XYZ 26.54 14.49 9.38 -
YUV 91.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 202 37 82 0 0.82 0.59 0.21 343.64 0.69 0.47
Hex CA 25 52 0 52 3B 15 158 45 2F
Octal 312 45 122 0 122 73 25 530 105 57
Binary 11001010 100101 1010010 0 1010010 111011 10101 101011000 1000101 101111

Color Harmonies of #CA2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2552

Black with #CA2552

Text Example


Text Example

White with #CA2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2552; }

 p { color: rgb(202,37,82); }

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

background-color css

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

 a { background-color: rgb(202,37,82); }

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

border-color css

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

 span { border-color: rgb(202,37,82); }

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