Html Css Color HEX #CFB9C1 Melanie

📋 copy color: '#CFB9C1'

red 207 ◦ green 185 ◦ blue 193

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

Shades of Melanie #CFB9C1

Tints of Melanie #CFB9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 35.38%
G = 31.62%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CFB9C1 (or 0xCFB9C1) is known color: Melanie. HEX triplet: CF, B9 and C1. RGB value is (207,185,193). Sum of RGB (Red+Green+Blue) = 207+185+193=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C1 is #30463E. Grayscale: #C0C0C0. Windows color (decimal): -3163711 or 12696015. OLE color: 12696015.

HSL color Cylindrical-coordinate representation of color #CFB9C1: hue angle of 338.18º 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 #CFB9C1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 193 -
CMYK 0 0.11 0.07 0.19
HSL 338.18º 0.19% 0.77% -
HSV(B) 338.18º 0.11% 0.81% -
XYZ 52.71 51.81 57.68 -
YUV 192.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 207 185 193 0 0.11 0.07 0.19 338.18 0.19 0.77
Hex CF B9 C1 0 B 7 13 152 13 4D
Octal 317 271 301 0 13 7 23 522 23 115
Binary 11001111 10111001 11000001 0 1011 111 10011 101010010 10011 1001101

Color Harmonies of #CFB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9C1

Black with #CFB9C1

Text Example


Text Example

White with #CFB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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