Html Css Color HEX #CA7D89 Charm

📋 copy color: '#CA7D89'

red 202 ◦ green 125 ◦ blue 137

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

Shades of Charm #CA7D89

Tints of Charm #CA7D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

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

R = 43.53%
G = 26.94%
B = 29.53%

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

#CA7D89 (or 0xCA7D89) is known color: Charm. HEX triplet: CA, 7D and 89. RGB value is (202,125,137). Sum of RGB (Red+Green+Blue) = 202+125+137=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D89 is #358276. Grayscale: #959595. Windows color (decimal): -3506807 or 9010634. OLE color: 9010634.

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

Color convert

RGB 202 125 137 -
CMYK 0 0.38 0.32 0.21
HSL 350.65º 0.42% 0.64% -
HSV(B) 350.65º 0.38% 0.79% -
XYZ 36.21 29.03 27.36 -
YUV 149.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 202 125 137 0 0.38 0.32 0.21 350.65 0.42 0.64
Hex CA 7D 89 0 26 20 15 15F 2A 40
Octal 312 175 211 0 46 40 25 537 52 100
Binary 11001010 1111101 10001001 0 100110 100000 10101 101011111 101010 1000000

Color Harmonies of #CA7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D89

Black with #CA7D89

Text Example


Text Example

White with #CA7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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