Html Css Color HEX #CFAFBB Melanie

📋 copy color: '#CFAFBB'

red 207 ◦ green 175 ◦ blue 187

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

Shades of Melanie #CFAFBB

Tints of Melanie #CFAFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 36.38%
G = 30.76%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFAFBB (or 0xCFAFBB) is known color: Melanie. HEX triplet: CF, AF and BB. RGB value is (207,175,187). Sum of RGB (Red+Green+Blue) = 207+175+187=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBB is #305044. Grayscale: #B9B9B9. Windows color (decimal): -3166277 or 12300239. OLE color: 12300239.

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

Color convert

RGB 207 175 187 -
CMYK 0 0.15 0.10 0.19
HSL 337.5º 0.25% 0.75% -
HSV(B) 337.5º 0.15% 0.81% -
XYZ 50.03 47.51 53.55 -
YUV 185.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 207 175 187 0 0.15 0.10 0.19 337.5 0.25 0.75
Hex CF AF BB 0 F A 13 152 19 4B
Octal 317 257 273 0 17 12 23 522 31 113
Binary 11001111 10101111 10111011 0 1111 1010 10011 101010010 11001 1001011

Color Harmonies of #CFAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFBB

Black with #CFAFBB

Text Example


Text Example

White with #CFAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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