Html Css Color HEX #CA7E89 Charm

📋 copy color: '#CA7E89'

red 202 ◦ green 126 ◦ blue 137

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

Shades of Charm #CA7E89

Tints of Charm #CA7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

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

R = 43.44%
G = 27.1%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA7E89 (or 0xCA7E89) is known color: Charm. HEX triplet: CA, 7E and 89. RGB value is (202,126,137). Sum of RGB (Red+Green+Blue) = 202+126+137=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E89 is #358176. Grayscale: #969696. Windows color (decimal): -3506551 or 9010890. OLE color: 9010890.

HSL color Cylindrical-coordinate representation of color #CA7E89: hue angle of 351.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7E89 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 137 -
CMYK 0 0.38 0.32 0.21
HSL 351.32º 0.42% 0.64% -
HSV(B) 351.32º 0.38% 0.79% -
XYZ 36.33 29.28 27.4 -
YUV 149.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 202 126 137 0 0.38 0.32 0.21 351.32 0.42 0.64
Hex CA 7E 89 0 26 20 15 15F 2A 40
Octal 312 176 211 0 46 40 25 537 52 100
Binary 11001010 1111110 10001001 0 100110 100000 10101 101011111 101010 1000000

Color Harmonies of #CA7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E89

Black with #CA7E89

Text Example


Text Example

White with #CA7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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