Html Css Color HEX #CFADB9 Melanie

📋 copy color: '#CFADB9'

red 207 ◦ green 173 ◦ blue 185

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

Shades of Melanie #CFADB9

Tints of Melanie #CFADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 36.64%
G = 30.62%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFADB9 (or 0xCFADB9) is known color: Melanie. HEX triplet: CF, AD and B9. RGB value is (207,173,185). Sum of RGB (Red+Green+Blue) = 207+173+185=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB9 is #305246. Grayscale: #B8B8B8. Windows color (decimal): -3166791 or 12168655. OLE color: 12168655.

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

Color convert

RGB 207 173 185 -
CMYK 0 0.16 0.11 0.19
HSL 338.82º 0.26% 0.75% -
HSV(B) 338.82º 0.16% 0.81% -
XYZ 49.43 46.66 52.3 -
YUV 184.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 207 173 185 0 0.16 0.11 0.19 338.82 0.26 0.75
Hex CF AD B9 0 10 B 13 153 1A 4B
Octal 317 255 271 0 20 13 23 523 32 113
Binary 11001111 10101101 10111001 0 10000 1011 10011 101010011 11010 1001011

Color Harmonies of #CFADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADB9

Black with #CFADB9

Text Example


Text Example

White with #CFADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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