Html Css Color HEX #CA7890 Charm

📋 copy color: '#CA7890'

red 202 ◦ green 120 ◦ blue 144

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

Shades of Charm #CA7890

Tints of Charm #CA7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 43.35%
G = 25.75%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7890 (or 0xCA7890) is known color: Charm. HEX triplet: CA, 78 and 90. RGB value is (202,120,144). Sum of RGB (Red+Green+Blue) = 202+120+144=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7890 is #35876F. Grayscale: #939393. Windows color (decimal): -3508080 or 9468106. OLE color: 9468106.

HSL color Cylindrical-coordinate representation of color #CA7890: hue angle of 342.44º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7890 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 144 -
CMYK 0 0.41 0.29 0.21
HSL 342.44º 0.44% 0.63% -
HSV(B) 342.44º 0.41% 0.79% -
XYZ 36.11 28 29.89 -
YUV 147.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 202 120 144 0 0.41 0.29 0.21 342.44 0.44 0.63
Hex CA 78 90 0 29 1D 15 156 2C 3F
Octal 312 170 220 0 51 35 25 526 54 77
Binary 11001010 1111000 10010000 0 101001 11101 10101 101010110 101100 111111

Color Harmonies of #CA7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7890

Black with #CA7890

Text Example


Text Example

White with #CA7890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7890; }

 p { color: rgb(202,120,144); }

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

background-color css

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

 a { background-color: rgb(202,120,144); }

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

border-color css

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

 span { border-color: rgb(202,120,144); }

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