Html Css Color HEX #CA284A Old Rose

📋 copy color: '#CA284A'

red 202 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #CA284A

Tints of Old Rose #CA284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 63.92%
G = 12.66%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA284A (or 0xCA284A) is known color: Old Rose. HEX triplet: CA, 28 and 4A. RGB value is (202,40,74). Sum of RGB (Red+Green+Blue) = 202+40+74=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA284A is #35D7B5. Grayscale: #5C5C5C. Windows color (decimal): -3528630 or 4860106. OLE color: 4860106.

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

Color convert

RGB 202 40 74 -
CMYK 0 0.80 0.63 0.21
HSL 347.41º 0.67% 0.47% -
HSV(B) 347.41º 0.8% 0.79% -
XYZ 26.35 14.57 7.9 -
YUV 92.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 202 40 74 0 0.80 0.63 0.21 347.41 0.67 0.47
Hex CA 28 4A 0 50 3F 15 15B 43 2F
Octal 312 50 112 0 120 77 25 533 103 57
Binary 11001010 101000 1001010 0 1010000 111111 10101 101011011 1000011 101111

Color Harmonies of #CA284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA284A

Black with #CA284A

Text Example


Text Example

White with #CA284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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