Html Css Color HEX #C4ADAE Pink Flare

📋 copy color: '#C4ADAE'

red 196 ◦ green 173 ◦ blue 174

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

Shades of Pink Flare #C4ADAE

Tints of Pink Flare #C4ADAE

RGB

 RED value IS 196 (76.95% from 255) = 36.1%

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

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

R = 36.1%
G = 31.86%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4ADAE (or 0xC4ADAE) is known color: Pink Flare. HEX triplet: C4, AD and AE. RGB value is (196,173,174). Sum of RGB (Red+Green+Blue) = 196+173+174=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAE is #3B5251. Grayscale: #B4B4B4. Windows color (decimal): -3887698 or 11447748. OLE color: 11447748.

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

Color convert

RGB 196 173 174 -
CMYK 0 0.12 0.11 0.23
HSL 357.39º 0.16% 0.72% -
HSV(B) 357.39º 0.12% 0.77% -
XYZ 45.35 44.68 46.28 -
YUV 179.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 196 173 174 0 0.12 0.11 0.23 357.39 0.16 0.72
Hex C4 AD AE 0 C B 17 165 10 48
Octal 304 255 256 0 14 13 27 545 20 110
Binary 11000100 10101101 10101110 0 1100 1011 10111 101100101 10000 1001000

Color Harmonies of #C4ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADAE

Black with #C4ADAE

Text Example


Text Example

White with #C4ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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