Html Css Color HEX #CA294A Old Rose

📋 copy color: '#CA294A'

red 202 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #CA294A

Tints of Old Rose #CA294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 63.72%
G = 12.93%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA294A (or 0xCA294A) is known color: Old Rose. HEX triplet: CA, 29 and 4A. RGB value is (202,41,74). Sum of RGB (Red+Green+Blue) = 202+41+74=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA294A is #35D6B5. Grayscale: #5C5C5C. Windows color (decimal): -3528374 or 4860362. OLE color: 4860362.

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

Color convert

RGB 202 41 74 -
CMYK 0 0.80 0.63 0.21
HSL 347.7º 0.66% 0.48% -
HSV(B) 347.7º 0.8% 0.79% -
XYZ 26.39 14.64 7.91 -
YUV 92.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 202 41 74 0 0.80 0.63 0.21 347.7 0.66 0.48
Hex CA 29 4A 0 50 3F 15 15C 42 30
Octal 312 51 112 0 120 77 25 534 102 60
Binary 11001010 101001 1001010 0 1010000 111111 10101 101011100 1000010 110000

Color Harmonies of #CA294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA294A

Black with #CA294A

Text Example


Text Example

White with #CA294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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