Html Css Color HEX #CFAFBA Melanie

📋 copy color: '#CFAFBA'

red 207 ◦ green 175 ◦ blue 186

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

Shades of Melanie #CFAFBA

Tints of Melanie #CFAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 36.44%
G = 30.81%
B = 32.75%

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

#CFAFBA (or 0xCFAFBA) is known color: Melanie. HEX triplet: CF, AF and BA. RGB value is (207,175,186). Sum of RGB (Red+Green+Blue) = 207+175+186=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBA is #305045. Grayscale: #B9B9B9. Windows color (decimal): -3166278 or 12234703. OLE color: 12234703.

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

Color convert

RGB 207 175 186 -
CMYK 0 0.15 0.10 0.19
HSL 339.38º 0.25% 0.75% -
HSV(B) 339.38º 0.15% 0.81% -
XYZ 49.93 47.47 52.99 -
YUV 185.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 207 175 186 0 0.15 0.10 0.19 339.38 0.25 0.75
Hex CF AF BA 0 F A 13 153 19 4B
Octal 317 257 272 0 17 12 23 523 31 113
Binary 11001111 10101111 10111010 0 1111 1010 10011 101010011 11001 1001011

Color Harmonies of #CFAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFBA

Black with #CFAFBA

Text Example


Text Example

White with #CFAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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