Html Css Color HEX #CFB8BE Melanie

📋 copy color: '#CFB8BE'

red 207 ◦ green 184 ◦ blue 190

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

Shades of Melanie #CFB8BE

Tints of Melanie #CFB8BE

RGB

 RED value IS 207 (81.25% from 255) = 35.63%

 GREEN value IS 184 (72.27% from 255) = 31.67%

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 35.63%
G = 31.67%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB8BE (or 0xCFB8BE) is known color: Melanie. HEX triplet: CF, B8 and BE. RGB value is (207,184,190). Sum of RGB (Red+Green+Blue) = 207+184+190=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8BE is #304741. Grayscale: #BFBFBF. Windows color (decimal): -3163970 or 12499151. OLE color: 12499151.

HSL color Cylindrical-coordinate representation of color #CFB8BE: hue angle of 344.35º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8BE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 190 -
CMYK 0 0.11 0.08 0.19
HSL 344.35º 0.19% 0.77% -
HSV(B) 344.35º 0.11% 0.81% -
XYZ 52.17 51.26 55.86 -
YUV 191.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 207 184 190 0 0.11 0.08 0.19 344.35 0.19 0.77
Hex CF B8 BE 0 B 8 13 158 13 4D
Octal 317 270 276 0 13 10 23 530 23 115
Binary 11001111 10111000 10111110 0 1011 1000 10011 101011000 10011 1001101

Color Harmonies of #CFB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8BE

Black with #CFB8BE

Text Example


Text Example

White with #CFB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8BE; }

 p { color: rgb(207,184,190); }

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

background-color css

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

 a { background-color: rgb(207,184,190); }

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

border-color css

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

 span { border-color: rgb(207,184,190); }

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