Html Css Color HEX #CA7E8E Charm

📋 copy color: '#CA7E8E'

red 202 ◦ green 126 ◦ blue 142

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

Shades of Charm #CA7E8E

Tints of Charm #CA7E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 42.98%
G = 26.81%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA7E8E (or 0xCA7E8E) is known color: Charm. HEX triplet: CA, 7E and 8E. RGB value is (202,126,142). Sum of RGB (Red+Green+Blue) = 202+126+142=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E8E is #358171. Grayscale: #969696. Windows color (decimal): -3506546 or 9338570. OLE color: 9338570.

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

Color convert

RGB 202 126 142 -
CMYK 0 0.38 0.30 0.21
HSL 347.37º 0.42% 0.64% -
HSV(B) 347.37º 0.38% 0.79% -
XYZ 36.7 29.43 29.34 -
YUV 150.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 202 126 142 0 0.38 0.30 0.21 347.37 0.42 0.64
Hex CA 7E 8E 0 26 1E 15 15B 2A 40
Octal 312 176 216 0 46 36 25 533 52 100
Binary 11001010 1111110 10001110 0 100110 11110 10101 101011011 101010 1000000

Color Harmonies of #CA7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E8E

Black with #CA7E8E

Text Example


Text Example

White with #CA7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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