Html Css Color HEX #CA204A Old Rose

📋 copy color: '#CA204A'

red 202 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #CA204A

Tints of Old Rose #CA204A

RGB

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

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

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

R = 65.58%
G = 10.39%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA204A (or 0xCA204A) is known color: Old Rose. HEX triplet: CA, 20 and 4A. RGB value is (202,32,74). Sum of RGB (Red+Green+Blue) = 202+32+74=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA204A is #35DFB5. Grayscale: #575757. Windows color (decimal): -3530678 or 4858058. OLE color: 4858058.

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

Color convert

RGB 202 32 74 -
CMYK 0 0.84 0.63 0.21
HSL 345.18º 0.73% 0.46% -
HSV(B) 345.18º 0.84% 0.79% -
XYZ 26.11 14.08 7.82 -
YUV 87.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 202 32 74 0 0.84 0.63 0.21 345.18 0.73 0.46
Hex CA 20 4A 0 54 3F 15 159 49 2E
Octal 312 40 112 0 124 77 25 531 111 56
Binary 11001010 100000 1001010 0 1010100 111111 10101 101011001 1001001 101110

Color Harmonies of #CA204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA204A

Black with #CA204A

Text Example


Text Example

White with #CA204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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