Html Css Color HEX #C2ADAE Pink Flare

📋 copy color: '#C2ADAE'

red 194 ◦ green 173 ◦ blue 174

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

Shades of Pink Flare #C2ADAE

Tints of Pink Flare #C2ADAE

RGB

 RED value IS 194 (76.17% from 255) = 35.86%

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

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

R = 35.86%
G = 31.98%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2ADAE (or 0xC2ADAE) is known color: Pink Flare. HEX triplet: C2, AD and AE. RGB value is (194,173,174). Sum of RGB (Red+Green+Blue) = 194+173+174=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAE is #3D5251. Grayscale: #B3B3B3. Windows color (decimal): -4018770 or 11447746. OLE color: 11447746.

HSL color Cylindrical-coordinate representation of color #C2ADAE: hue angle of 357.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADAE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 174 -
CMYK 0 0.11 0.10 0.24
HSL 357.14º 0.15% 0.72% -
HSV(B) 357.14º 0.11% 0.76% -
XYZ 44.83 44.41 46.25 -
YUV 179.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 194 173 174 0 0.11 0.10 0.24 357.14 0.15 0.72
Hex C2 AD AE 0 B A 18 165 F 48
Octal 302 255 256 0 13 12 30 545 17 110
Binary 11000010 10101101 10101110 0 1011 1010 11000 101100101 1111 1001000

Color Harmonies of #C2ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADAE

Black with #C2ADAE

Text Example


Text Example

White with #C2ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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