Html Css Color HEX #CA2350 Old Rose

📋 copy color: '#CA2350'

red 202 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #CA2350

Tints of Old Rose #CA2350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 63.72%
G = 11.04%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA2350 (or 0xCA2350) is known color: Old Rose. HEX triplet: CA, 23 and 50. RGB value is (202,35,80). Sum of RGB (Red+Green+Blue) = 202+35+80=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2350 is #35DCAF. Grayscale: #5A5A5A. Windows color (decimal): -3529904 or 5252042. OLE color: 5252042.

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

Color convert

RGB 202 35 80 -
CMYK 0 0.83 0.60 0.21
HSL 343.83º 0.7% 0.46% -
HSV(B) 343.83º 0.83% 0.79% -
XYZ 26.41 14.34 8.97 -
YUV 90.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 202 35 80 0 0.83 0.60 0.21 343.83 0.7 0.46
Hex CA 23 50 0 53 3C 15 158 46 2E
Octal 312 43 120 0 123 74 25 530 106 56
Binary 11001010 100011 1010000 0 1010011 111100 10101 101011000 1000110 101110

Color Harmonies of #CA2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2350

Black with #CA2350

Text Example


Text Example

White with #CA2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2350; }

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

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

background-color css

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

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

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

border-color css

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

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

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