Html Css Color HEX #CA285A Old Rose

📋 copy color: '#CA285A'

red 202 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #CA285A

Tints of Old Rose #CA285A

RGB

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

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

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

R = 60.84%
G = 12.05%
B = 27.11%

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

#CA285A (or 0xCA285A) is known color: Old Rose. HEX triplet: CA, 28 and 5A. RGB value is (202,40,90). Sum of RGB (Red+Green+Blue) = 202+40+90=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA285A is #35D7A5. Grayscale: #5E5E5E. Windows color (decimal): -3528614 or 5908682. OLE color: 5908682.

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

Color convert

RGB 202 40 90 -
CMYK 0 0.80 0.55 0.21
HSL 341.48º 0.67% 0.47% -
HSV(B) 341.48º 0.8% 0.79% -
XYZ 26.96 14.81 11.11 -
YUV 94.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 202 40 90 0 0.80 0.55 0.21 341.48 0.67 0.47
Hex CA 28 5A 0 50 37 15 155 43 2F
Octal 312 50 132 0 120 67 25 525 103 57
Binary 11001010 101000 1011010 0 1010000 110111 10101 101010101 1000011 101111

Color Harmonies of #CA285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA285A

Black with #CA285A

Text Example


Text Example

White with #CA285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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