Html Css Color HEX #CA2351 Old Rose

📋 copy color: '#CA2351'

red 202 ◦ green 35 ◦ blue 81

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

Shades of Old Rose #CA2351

Tints of Old Rose #CA2351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 63.52%
G = 11.01%
B = 25.47%

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

#CA2351 (or 0xCA2351) is known color: Old Rose. HEX triplet: CA, 23 and 51. RGB value is (202,35,81). Sum of RGB (Red+Green+Blue) = 202+35+81=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2351 is #35DCAE. Grayscale: #5A5A5A. Windows color (decimal): -3529903 or 5317578. OLE color: 5317578.

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

Color convert

RGB 202 35 81 -
CMYK 0 0.83 0.60 0.21
HSL 343.47º 0.7% 0.46% -
HSV(B) 343.47º 0.83% 0.79% -
XYZ 26.44 14.35 9.16 -
YUV 90.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 202 35 81 0 0.83 0.60 0.21 343.47 0.7 0.46
Hex CA 23 51 0 53 3C 15 157 46 2E
Octal 312 43 121 0 123 74 25 527 106 56
Binary 11001010 100011 1010001 0 1010011 111100 10101 101010111 1000110 101110

Color Harmonies of #CA2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2351

Black with #CA2351

Text Example


Text Example

White with #CA2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2351; }

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

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

background-color css

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

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

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

border-color css

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

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

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