#C4AC8B

Color #C4AC8B Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #C4AC8B

Tints of Pavlova #C4AC8B

Color information

#C4AC8B (or 0xC4AC8B) is unknown color: approx Pavlova. HEX triplet: C4, AC and 8B. RGB value is (196,172,139). Sum of RGB (Red+Green+Blue) = 196+172+139=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC8B is #3B5374. Grayscale: #AFAFAF. Windows color (decimal): -3887989 or 9153732. OLE color: 9153732.

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

Color convert

RGB196172139-
CMYK00.120.290.23
HSL34.74º32.57%65.69%-
HSV(B)34.74º29.08%76.86%-
XYZ42.1843.130.52-
YUV175.41107.45142.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=38.66%
G=33.93%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617213900.120.290.2334.7432.5765.69
HexC4AC8B0C1D17232142
Octal30425421301435274341102
Binary1100010010101100100010110110011101101111000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC8B; }

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

 H1.HeaderClassName
 {
   color: #C4AC8B;
 }
 .AnyTagClassName
 {
   color: #C4AC8B;
 }
</style>
background-color css

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

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

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

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

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

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