Html Css Color HEX #C4ACAE Pink Flare

📋 copy color: '#C4ACAE'

red 196 ◦ green 172 ◦ blue 174

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

Shades of Pink Flare #C4ACAE

Tints of Pink Flare #C4ACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.73%

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

R = 36.16%
G = 31.73%
B = 32.1%

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

#C4ACAE (or 0xC4ACAE) is known color: Pink Flare. HEX triplet: C4, AC and AE. RGB value is (196,172,174). Sum of RGB (Red+Green+Blue) = 196+172+174=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAE is #3B5351. Grayscale: #B3B3B3. Windows color (decimal): -3887954 or 11447492. OLE color: 11447492.

HSL color Cylindrical-coordinate representation of color #C4ACAE: hue angle of 355º degrees, saturation: 0.17, 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 #C4ACAE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 174 -
CMYK 0 0.12 0.11 0.23
HSL 355º 0.17% 0.72% -
HSV(B) 355º 0.12% 0.77% -
XYZ 45.16 44.3 46.21 -
YUV 179.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 196 172 174 0 0.12 0.11 0.23 355 0.17 0.72
Hex C4 AC AE 0 C B 17 163 11 48
Octal 304 254 256 0 14 13 27 543 21 110
Binary 11000100 10101100 10101110 0 1100 1011 10111 101100011 10001 1001000

Color Harmonies of #C4ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACAE

Black with #C4ACAE

Text Example


Text Example

White with #C4ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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