Html Css Color HEX #CA295C Old Rose

📋 copy color: '#CA295C'

red 202 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #CA295C

Tints of Old Rose #CA295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 60.3%
G = 12.24%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA295C (or 0xCA295C) is known color: Old Rose. HEX triplet: CA, 29 and 5C. RGB value is (202,41,92). Sum of RGB (Red+Green+Blue) = 202+41+92=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295C is #35D6A3. Grayscale: #5E5E5E. Windows color (decimal): -3528356 or 6040010. OLE color: 6040010.

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

Color convert

RGB 202 41 92 -
CMYK 0 0.80 0.54 0.21
HSL 340.99º 0.66% 0.48% -
HSV(B) 340.99º 0.8% 0.79% -
XYZ 27.08 14.92 11.58 -
YUV 94.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 202 41 92 0 0.80 0.54 0.21 340.99 0.66 0.48
Hex CA 29 5C 0 50 36 15 155 42 30
Octal 312 51 134 0 120 66 25 525 102 60
Binary 11001010 101001 1011100 0 1010000 110110 10101 101010101 1000010 110000

Color Harmonies of #CA295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA295C

Black with #CA295C

Text Example


Text Example

White with #CA295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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