Html Css Color HEX #CA244C Old Rose

📋 copy color: '#CA244C'

red 202 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #CA244C

Tints of Old Rose #CA244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 64.33%
G = 11.46%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA244C (or 0xCA244C) is known color: Old Rose. HEX triplet: CA, 24 and 4C. RGB value is (202,36,76). Sum of RGB (Red+Green+Blue) = 202+36+76=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA244C is #35DBB3. Grayscale: #5A5A5A. Windows color (decimal): -3529652 or 4990154. OLE color: 4990154.

HSL color Cylindrical-coordinate representation of color #CA244C: hue angle of 345.54º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA244C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 76 -
CMYK 0 0.82 0.62 0.21
HSL 345.54º 0.7% 0.47% -
HSV(B) 345.54º 0.82% 0.79% -
XYZ 26.29 14.34 8.22 -
YUV 90.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 202 36 76 0 0.82 0.62 0.21 345.54 0.7 0.47
Hex CA 24 4C 0 52 3E 15 15A 46 2F
Octal 312 44 114 0 122 76 25 532 106 57
Binary 11001010 100100 1001100 0 1010010 111110 10101 101011010 1000110 101111

Color Harmonies of #CA244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA244C

Black with #CA244C

Text Example


Text Example

White with #CA244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA244C; }

 p { color: rgb(202,36,76); }

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

background-color css

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

 a { background-color: rgb(202,36,76); }

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

border-color css

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

 span { border-color: rgb(202,36,76); }

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