Html Css Color HEX #CFAFB9 Melanie

📋 copy color: '#CFAFB9'

red 207 ◦ green 175 ◦ blue 185

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

Shades of Melanie #CFAFB9

Tints of Melanie #CFAFB9

RGB

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

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

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

R = 36.51%
G = 30.86%
B = 32.63%

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

#CFAFB9 (or 0xCFAFB9) is known color: Melanie. HEX triplet: CF, AF and B9. RGB value is (207,175,185). Sum of RGB (Red+Green+Blue) = 207+175+185=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFB9 is #305046. Grayscale: #B9B9B9. Windows color (decimal): -3166279 or 12169167. OLE color: 12169167.

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

Color convert

RGB 207 175 185 -
CMYK 0 0.15 0.11 0.19
HSL 341.25º 0.25% 0.75% -
HSV(B) 341.25º 0.15% 0.81% -
XYZ 49.82 47.43 52.43 -
YUV 185.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 207 175 185 0 0.15 0.11 0.19 341.25 0.25 0.75
Hex CF AF B9 0 F B 13 155 19 4B
Octal 317 257 271 0 17 13 23 525 31 113
Binary 11001111 10101111 10111001 0 1111 1011 10011 101010101 11001 1001011

Color Harmonies of #CFAFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFB9

Black with #CFAFB9

Text Example


Text Example

White with #CFAFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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