Html Css Color HEX #CA2355 Old Rose

📋 copy color: '#CA2355'

red 202 ◦ green 35 ◦ blue 85

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

Shades of Old Rose #CA2355

Tints of Old Rose #CA2355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

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

R = 62.73%
G = 10.87%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA2355 (or 0xCA2355) is known color: Old Rose. HEX triplet: CA, 23 and 55. RGB value is (202,35,85). Sum of RGB (Red+Green+Blue) = 202+35+85=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2355 is #35DCAA. Grayscale: #5A5A5A. Windows color (decimal): -3529899 or 5579722. OLE color: 5579722.

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

Color convert

RGB 202 35 85 -
CMYK 0 0.83 0.58 0.21
HSL 342.04º 0.7% 0.46% -
HSV(B) 342.04º 0.83% 0.79% -
XYZ 26.6 14.41 9.97 -
YUV 90.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 202 35 85 0 0.83 0.58 0.21 342.04 0.7 0.46
Hex CA 23 55 0 53 3A 15 156 46 2E
Octal 312 43 125 0 123 72 25 526 106 56
Binary 11001010 100011 1010101 0 1010011 111010 10101 101010110 1000110 101110

Color Harmonies of #CA2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2355

Black with #CA2355

Text Example


Text Example

White with #CA2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2355; }

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

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

background-color css

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

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

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

border-color css

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

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

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