Html Css Color HEX #C8AFB7 Melanie

📋 copy color: '#C8AFB7'

red 200 ◦ green 175 ◦ blue 183

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

Shades of Melanie #C8AFB7

Tints of Melanie #C8AFB7

RGB

 RED value IS 200 (78.52% from 255) = 35.84%

 GREEN value IS 175 (68.75% from 255) = 31.36%

 BLUE value IS 183 (71.88% from 255) = 32.8%

R = 35.84%
G = 31.36%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C8AFB7 (or 0xC8AFB7) is known color: Melanie. HEX triplet: C8, AF and B7. RGB value is (200,175,183). Sum of RGB (Red+Green+Blue) = 200+175+183=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFB7 is #375048. Grayscale: #B7B7B7. Windows color (decimal): -3625033 or 12038088. OLE color: 12038088.

HSL color Cylindrical-coordinate representation of color #C8AFB7: hue angle of 340.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8AFB7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 183 -
CMYK 0 0.12 0.08 0.22
HSL 340.8º 0.19% 0.74% -
HSV(B) 340.8º 0.13% 0.78% -
XYZ 47.7 46.36 51.23 -
YUV 183.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 200 175 183 0 0.12 0.08 0.22 340.8 0.19 0.74
Hex C8 AF B7 0 C 8 16 155 13 4A
Octal 310 257 267 0 14 10 26 525 23 112
Binary 11001000 10101111 10110111 0 1100 1000 10110 101010101 10011 1001010

Color Harmonies of #C8AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFB7

Black with #C8AFB7

Text Example


Text Example

White with #C8AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFB7; }

 p { color: rgb(200,175,183); }

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

background-color css

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

 a { background-color: rgb(200,175,183); }

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

border-color css

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

 span { border-color: rgb(200,175,183); }

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