Html Css Color HEX #CA7990 Charm

📋 copy color: '#CA7990'

red 202 ◦ green 121 ◦ blue 144

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

Shades of Charm #CA7990

Tints of Charm #CA7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 43.25%
G = 25.91%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7990 (or 0xCA7990) is known color: Charm. HEX triplet: CA, 79 and 90. RGB value is (202,121,144). Sum of RGB (Red+Green+Blue) = 202+121+144=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7990 is #35866F. Grayscale: #939393. Windows color (decimal): -3507824 or 9468362. OLE color: 9468362.

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

Color convert

RGB 202 121 144 -
CMYK 0 0.40 0.29 0.21
HSL 342.96º 0.43% 0.63% -
HSV(B) 342.96º 0.4% 0.79% -
XYZ 36.23 28.24 29.93 -
YUV 147.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 202 121 144 0 0.40 0.29 0.21 342.96 0.43 0.63
Hex CA 79 90 0 28 1D 15 157 2B 3F
Octal 312 171 220 0 50 35 25 527 53 77
Binary 11001010 1111001 10010000 0 101000 11101 10101 101010111 101011 111111

Color Harmonies of #CA7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7990

Black with #CA7990

Text Example


Text Example

White with #CA7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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