Html Css Color HEX #C6ADB1 Pink Flare

📋 copy color: '#C6ADB1'

red 198 ◦ green 173 ◦ blue 177

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

Shades of Pink Flare #C6ADB1

Tints of Pink Flare #C6ADB1

RGB

 RED value IS 198 (77.73% from 255) = 36.13%

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

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 36.13%
G = 31.57%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C6ADB1 (or 0xC6ADB1) is known color: Pink Flare. HEX triplet: C6, AD and B1. RGB value is (198,173,177). Sum of RGB (Red+Green+Blue) = 198+173+177=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADB1 is #39524E. Grayscale: #B4B4B4. Windows color (decimal): -3756623 or 11644358. OLE color: 11644358.

HSL color Cylindrical-coordinate representation of color #C6ADB1: hue angle of 350.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ADB1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 177 -
CMYK 0 0.13 0.11 0.22
HSL 350.4º 0.18% 0.73% -
HSV(B) 350.4º 0.13% 0.78% -
XYZ 46.17 45.07 47.86 -
YUV 180.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 198 173 177 0 0.13 0.11 0.22 350.4 0.18 0.73
Hex C6 AD B1 0 D B 16 15E 12 49
Octal 306 255 261 0 15 13 26 536 22 111
Binary 11000110 10101101 10110001 0 1101 1011 10110 101011110 10010 1001001

Color Harmonies of #C6ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADB1

Black with #C6ADB1

Text Example


Text Example

White with #C6ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADB1; }

 p { color: rgb(198,173,177); }

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

background-color css

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

 a { background-color: rgb(198,173,177); }

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

border-color css

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

 span { border-color: rgb(198,173,177); }

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