Html Css Color HEX #CA295B Old Rose

📋 copy color: '#CA295B'

red 202 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #CA295B

Tints of Old Rose #CA295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 60.48%
G = 12.28%
B = 27.25%

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

#CA295B (or 0xCA295B) is known color: Old Rose. HEX triplet: CA, 29 and 5B. RGB value is (202,41,91). Sum of RGB (Red+Green+Blue) = 202+41+91=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295B is #35D6A4. Grayscale: #5E5E5E. Windows color (decimal): -3528357 or 5974474. OLE color: 5974474.

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

Color convert

RGB 202 41 91 -
CMYK 0 0.80 0.55 0.21
HSL 341.37º 0.66% 0.48% -
HSV(B) 341.37º 0.8% 0.79% -
XYZ 27.04 14.9 11.35 -
YUV 94.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 202 41 91 0 0.80 0.55 0.21 341.37 0.66 0.48
Hex CA 29 5B 0 50 37 15 155 42 30
Octal 312 51 133 0 120 67 25 525 102 60
Binary 11001010 101001 1011011 0 1010000 110111 10101 101010101 1000010 110000

Color Harmonies of #CA295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA295B

Black with #CA295B

Text Example


Text Example

White with #CA295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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