Html Css Color HEX #CA204C Old Rose

📋 copy color: '#CA204C'

red 202 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #CA204C

Tints of Old Rose #CA204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

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

R = 65.16%
G = 10.32%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA204C (or 0xCA204C) is known color: Old Rose. HEX triplet: CA, 20 and 4C. RGB value is (202,32,76). Sum of RGB (Red+Green+Blue) = 202+32+76=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA204C is #35DFB3. Grayscale: #575757. Windows color (decimal): -3530676 or 4989130. OLE color: 4989130.

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

Color convert

RGB 202 32 76 -
CMYK 0 0.84 0.62 0.21
HSL 344.47º 0.73% 0.46% -
HSV(B) 344.47º 0.84% 0.79% -
XYZ 26.18 14.11 8.18 -
YUV 87.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 202 32 76 0 0.84 0.62 0.21 344.47 0.73 0.46
Hex CA 20 4C 0 54 3E 15 158 49 2E
Octal 312 40 114 0 124 76 25 530 111 56
Binary 11001010 100000 1001100 0 1010100 111110 10101 101011000 1001001 101110

Color Harmonies of #CA204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA204C

Black with #CA204C

Text Example


Text Example

White with #CA204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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