Html Css Color HEX #CA7989 Charm

📋 copy color: '#CA7989'

red 202 ◦ green 121 ◦ blue 137

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

Shades of Charm #CA7989

Tints of Charm #CA7989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 43.91%
G = 26.3%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA7989 (or 0xCA7989) is known color: Charm. HEX triplet: CA, 79 and 89. RGB value is (202,121,137). Sum of RGB (Red+Green+Blue) = 202+121+137=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7989 is #358676. Grayscale: #939393. Windows color (decimal): -3507831 or 9009610. OLE color: 9009610.

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

Color convert

RGB 202 121 137 -
CMYK 0 0.40 0.32 0.21
HSL 348.15º 0.43% 0.63% -
HSV(B) 348.15º 0.4% 0.79% -
XYZ 35.71 28.04 27.2 -
YUV 147.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 202 121 137 0 0.40 0.32 0.21 348.15 0.43 0.63
Hex CA 79 89 0 28 20 15 15C 2B 3F
Octal 312 171 211 0 50 40 25 534 53 77
Binary 11001010 1111001 10001001 0 101000 100000 10101 101011100 101011 111111

Color Harmonies of #CA7989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7989

Black with #CA7989

Text Example


Text Example

White with #CA7989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7989; }

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

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

background-color css

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

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

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

border-color css

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

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

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