Html Css Color HEX #CA285C Old Rose

📋 copy color: '#CA285C'

red 202 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #CA285C

Tints of Old Rose #CA285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

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

R = 60.48%
G = 11.98%
B = 27.54%

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

#CA285C (or 0xCA285C) is known color: Old Rose. HEX triplet: CA, 28 and 5C. RGB value is (202,40,92). Sum of RGB (Red+Green+Blue) = 202+40+92=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA285C is #35D7A3. Grayscale: #5E5E5E. Windows color (decimal): -3528612 or 6039754. OLE color: 6039754.

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

Color convert

RGB 202 40 92 -
CMYK 0 0.80 0.54 0.21
HSL 340.74º 0.67% 0.47% -
HSV(B) 340.74º 0.8% 0.79% -
XYZ 27.05 14.85 11.57 -
YUV 94.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 202 40 92 0 0.80 0.54 0.21 340.74 0.67 0.47
Hex CA 28 5C 0 50 36 15 155 43 2F
Octal 312 50 134 0 120 66 25 525 103 57
Binary 11001010 101000 1011100 0 1010000 110110 10101 101010101 1000011 101111

Color Harmonies of #CA285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA285C

Black with #CA285C

Text Example


Text Example

White with #CA285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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