Html Css Color HEX #C6AFB0 Pink Flare

📋 copy color: '#C6AFB0'

red 198 ◦ green 175 ◦ blue 176

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

Shades of Pink Flare #C6AFB0

Tints of Pink Flare #C6AFB0

RGB

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

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

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

R = 36.07%
G = 31.88%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C6AFB0 (or 0xC6AFB0) is known color: Pink Flare. HEX triplet: C6, AF and B0. RGB value is (198,175,176). Sum of RGB (Red+Green+Blue) = 198+175+176=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFB0 is #39504F. Grayscale: #B6B6B6. Windows color (decimal): -3756112 or 11579334. OLE color: 11579334.

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

Color convert

RGB 198 175 176 -
CMYK 0 0.12 0.11 0.22
HSL 357.39º 0.17% 0.73% -
HSV(B) 357.39º 0.12% 0.78% -
XYZ 46.46 45.8 47.47 -
YUV 181.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 198 175 176 0 0.12 0.11 0.22 357.39 0.17 0.73
Hex C6 AF B0 0 C B 16 165 11 49
Octal 306 257 260 0 14 13 26 545 21 111
Binary 11000110 10101111 10110000 0 1100 1011 10110 101100101 10001 1001001

Color Harmonies of #C6AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFB0

Black with #C6AFB0

Text Example


Text Example

White with #C6AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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