Html Css Color HEX #CA2155 Old Rose

📋 copy color: '#CA2155'

red 202 ◦ green 33 ◦ blue 85

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

Shades of Old Rose #CA2155

Tints of Old Rose #CA2155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 63.13%
G = 10.31%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA2155 (or 0xCA2155) is known color: Old Rose. HEX triplet: CA, 21 and 55. RGB value is (202,33,85). Sum of RGB (Red+Green+Blue) = 202+33+85=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2155 is #35DEAA. Grayscale: #595959. Windows color (decimal): -3530411 or 5579210. OLE color: 5579210.

HSL color Cylindrical-coordinate representation of color #CA2155: hue angle of 341.54º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2155 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 85 -
CMYK 0 0.84 0.58 0.21
HSL 341.54º 0.72% 0.46% -
HSV(B) 341.54º 0.84% 0.79% -
XYZ 26.54 14.3 9.96 -
YUV 89.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 202 33 85 0 0.84 0.58 0.21 341.54 0.72 0.46
Hex CA 21 55 0 54 3A 15 156 48 2E
Octal 312 41 125 0 124 72 25 526 110 56
Binary 11001010 100001 1010101 0 1010100 111010 10101 101010110 1001000 101110

Color Harmonies of #CA2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2155

Black with #CA2155

Text Example


Text Example

White with #CA2155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2155; }

 p { color: rgb(202,33,85); }

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

background-color css

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

 a { background-color: rgb(202,33,85); }

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

border-color css

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

 span { border-color: rgb(202,33,85); }

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