Html Css Color HEX #C6ADAE Pink Flare

📋 copy color: '#C6ADAE'

red 198 ◦ green 173 ◦ blue 174

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

Shades of Pink Flare #C6ADAE

Tints of Pink Flare #C6ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 36.33%
G = 31.74%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6ADAE (or 0xC6ADAE) is known color: Pink Flare. HEX triplet: C6, AD and AE. RGB value is (198,173,174). Sum of RGB (Red+Green+Blue) = 198+173+174=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAE is #395251. Grayscale: #B4B4B4. Windows color (decimal): -3756626 or 11447750. OLE color: 11447750.

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

Color convert

RGB 198 173 174 -
CMYK 0 0.13 0.12 0.22
HSL 357.6º 0.18% 0.73% -
HSV(B) 357.6º 0.13% 0.78% -
XYZ 45.87 44.95 46.3 -
YUV 180.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 198 173 174 0 0.13 0.12 0.22 357.6 0.18 0.73
Hex C6 AD AE 0 D C 16 166 12 49
Octal 306 255 256 0 15 14 26 546 22 111
Binary 11000110 10101101 10101110 0 1101 1100 10110 101100110 10010 1001001

Color Harmonies of #C6ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADAE

Black with #C6ADAE

Text Example


Text Example

White with #C6ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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