Html Css Color HEX #CA284B Old Rose

📋 copy color: '#CA284B'

red 202 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #CA284B

Tints of Old Rose #CA284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 63.72%
G = 12.62%
B = 23.66%

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

#CA284B (or 0xCA284B) is known color: Old Rose. HEX triplet: CA, 28 and 4B. RGB value is (202,40,75). Sum of RGB (Red+Green+Blue) = 202+40+75=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA284B is #35D7B4. Grayscale: #5C5C5C. Windows color (decimal): -3528629 or 4925642. OLE color: 4925642.

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

Color convert

RGB 202 40 75 -
CMYK 0 0.80 0.63 0.21
HSL 347.04º 0.67% 0.47% -
HSV(B) 347.04º 0.8% 0.79% -
XYZ 26.39 14.58 8.08 -
YUV 92.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 202 40 75 0 0.80 0.63 0.21 347.04 0.67 0.47
Hex CA 28 4B 0 50 3F 15 15B 43 2F
Octal 312 50 113 0 120 77 25 533 103 57
Binary 11001010 101000 1001011 0 1010000 111111 10101 101011011 1000011 101111

Color Harmonies of #CA284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA284B

Black with #CA284B

Text Example


Text Example

White with #CA284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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