Html Css Color HEX #C6ADB0 Pink Flare

📋 copy color: '#C6ADB0'

red 198 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #C6ADB0

Tints of Pink Flare #C6ADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.18%

R = 36.2%
G = 31.63%
B = 32.18%

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

#C6ADB0 (or 0xC6ADB0) is known color: Pink Flare. HEX triplet: C6, AD and B0. RGB value is (198,173,176). Sum of RGB (Red+Green+Blue) = 198+173+176=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADB0 is #39524F. Grayscale: #B4B4B4. Windows color (decimal): -3756624 or 11578822. OLE color: 11578822.

HSL color Cylindrical-coordinate representation of color #C6ADB0: hue angle of 352.8º 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 #C6ADB0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 176 -
CMYK 0 0.13 0.11 0.22
HSL 352.8º 0.18% 0.73% -
HSV(B) 352.8º 0.13% 0.78% -
XYZ 46.07 45.03 47.34 -
YUV 180.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 198 173 176 0 0.13 0.11 0.22 352.8 0.18 0.73
Hex C6 AD B0 0 D B 16 161 12 49
Octal 306 255 260 0 15 13 26 541 22 111
Binary 11000110 10101101 10110000 0 1101 1011 10110 101100001 10010 1001001

Color Harmonies of #C6ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADB0

Black with #C6ADB0

Text Example


Text Example

White with #C6ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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