Html Css Color HEX #CA295A Old Rose

📋 copy color: '#CA295A'

red 202 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #CA295A

Tints of Old Rose #CA295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 60.66%
G = 12.31%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA295A (or 0xCA295A) is known color: Old Rose. HEX triplet: CA, 29 and 5A. RGB value is (202,41,90). Sum of RGB (Red+Green+Blue) = 202+41+90=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295A is #35D6A5. Grayscale: #5E5E5E. Windows color (decimal): -3528358 or 5908938. OLE color: 5908938.

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

Color convert

RGB 202 41 90 -
CMYK 0 0.80 0.55 0.21
HSL 341.74º 0.66% 0.48% -
HSV(B) 341.74º 0.8% 0.79% -
XYZ 27 14.88 11.12 -
YUV 94.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 202 41 90 0 0.80 0.55 0.21 341.74 0.66 0.48
Hex CA 29 5A 0 50 37 15 156 42 30
Octal 312 51 132 0 120 67 25 526 102 60
Binary 11001010 101001 1011010 0 1010000 110111 10101 101010110 1000010 110000

Color Harmonies of #CA295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA295A

Black with #CA295A

Text Example


Text Example

White with #CA295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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