Html Css Color HEX #CA294D Old Rose

📋 copy color: '#CA294D'

red 202 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #CA294D

Tints of Old Rose #CA294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 63.13%
G = 12.81%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA294D (or 0xCA294D) is known color: Old Rose. HEX triplet: CA, 29 and 4D. RGB value is (202,41,77). Sum of RGB (Red+Green+Blue) = 202+41+77=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA294D is #35D6B2. Grayscale: #5D5D5D. Windows color (decimal): -3528371 or 5056970. OLE color: 5056970.

HSL color Cylindrical-coordinate representation of color #CA294D: hue angle of 346.58º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA294D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 77 -
CMYK 0 0.80 0.62 0.21
HSL 346.58º 0.66% 0.48% -
HSV(B) 346.58º 0.8% 0.79% -
XYZ 26.49 14.68 8.46 -
YUV 93.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 202 41 77 0 0.80 0.62 0.21 346.58 0.66 0.48
Hex CA 29 4D 0 50 3E 15 15B 42 30
Octal 312 51 115 0 120 76 25 533 102 60
Binary 11001010 101001 1001101 0 1010000 111110 10101 101011011 1000010 110000

Color Harmonies of #CA294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA294D

Black with #CA294D

Text Example


Text Example

White with #CA294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA294D; }

 p { color: rgb(202,41,77); }

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

background-color css

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

 a { background-color: rgb(202,41,77); }

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

border-color css

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

 span { border-color: rgb(202,41,77); }

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