Html Css Color HEX #CFB0B9 Melanie

📋 copy color: '#CFB0B9'

red 207 ◦ green 176 ◦ blue 185

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

Shades of Melanie #CFB0B9

Tints of Melanie #CFB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 36.44%
G = 30.99%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFB0B9 (or 0xCFB0B9) is known color: Melanie. HEX triplet: CF, B0 and B9. RGB value is (207,176,185). Sum of RGB (Red+Green+Blue) = 207+176+185=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B9 is #304F46. Grayscale: #BABABA. Windows color (decimal): -3166023 or 12169423. OLE color: 12169423.

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

Color convert

RGB 207 176 185 -
CMYK 0 0.15 0.11 0.19
HSL 342.58º 0.24% 0.75% -
HSV(B) 342.58º 0.15% 0.81% -
XYZ 50.01 47.82 52.49 -
YUV 186.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 207 176 185 0 0.15 0.11 0.19 342.58 0.24 0.75
Hex CF B0 B9 0 F B 13 157 18 4B
Octal 317 260 271 0 17 13 23 527 30 113
Binary 11001111 10110000 10111001 0 1111 1011 10011 101010111 11000 1001011

Color Harmonies of #CFB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0B9

Black with #CFB0B9

Text Example


Text Example

White with #CFB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0B9; }

 p { color: rgb(207,176,185); }

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

background-color css

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

 a { background-color: rgb(207,176,185); }

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

border-color css

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

 span { border-color: rgb(207,176,185); }

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