Html Css Color HEX #CA7E8C Charm

📋 copy color: '#CA7E8C'

red 202 ◦ green 126 ◦ blue 140

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

Shades of Charm #CA7E8C

Tints of Charm #CA7E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 43.16%
G = 26.92%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA7E8C (or 0xCA7E8C) is known color: Charm. HEX triplet: CA, 7E and 8C. RGB value is (202,126,140). Sum of RGB (Red+Green+Blue) = 202+126+140=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E8C is #358173. Grayscale: #969696. Windows color (decimal): -3506548 or 9207498. OLE color: 9207498.

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

Color convert

RGB 202 126 140 -
CMYK 0 0.38 0.31 0.21
HSL 348.95º 0.42% 0.64% -
HSV(B) 348.95º 0.38% 0.79% -
XYZ 36.55 29.37 28.55 -
YUV 150.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 202 126 140 0 0.38 0.31 0.21 348.95 0.42 0.64
Hex CA 7E 8C 0 26 1F 15 15D 2A 40
Octal 312 176 214 0 46 37 25 535 52 100
Binary 11001010 1111110 10001100 0 100110 11111 10101 101011101 101010 1000000

Color Harmonies of #CA7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E8C

Black with #CA7E8C

Text Example


Text Example

White with #CA7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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