Html Css Color HEX #CA7C8E Charm

📋 copy color: '#CA7C8E'

red 202 ◦ green 124 ◦ blue 142

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

Shades of Charm #CA7C8E

Tints of Charm #CA7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.5%

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

R = 43.16%
G = 26.5%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA7C8E (or 0xCA7C8E) is known color: Charm. HEX triplet: CA, 7C and 8E. RGB value is (202,124,142). Sum of RGB (Red+Green+Blue) = 202+124+142=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C8E is #358371. Grayscale: #959595. Windows color (decimal): -3507058 or 9338058. OLE color: 9338058.

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

Color convert

RGB 202 124 142 -
CMYK 0 0.39 0.30 0.21
HSL 346.15º 0.42% 0.64% -
HSV(B) 346.15º 0.39% 0.79% -
XYZ 36.45 28.92 29.25 -
YUV 149.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 202 124 142 0 0.39 0.30 0.21 346.15 0.42 0.64
Hex CA 7C 8E 0 27 1E 15 15A 2A 40
Octal 312 174 216 0 47 36 25 532 52 100
Binary 11001010 1111100 10001110 0 100111 11110 10101 101011010 101010 1000000

Color Harmonies of #CA7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C8E

Black with #CA7C8E

Text Example


Text Example

White with #CA7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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