#C1AC8A

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

Shades of Pavlova #C1AC8A

Tints of Pavlova #C1AC8A

Color information

#C1AC8A (or 0xC1AC8A) is unknown color: approx Pavlova. HEX triplet: C1, AC and 8A. RGB value is (193,172,138). Sum of RGB (Red+Green+Blue) = 193+172+138=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC8A is #3E5375. Grayscale: #AEAEAE. Windows color (decimal): -4084598 or 9088193. OLE color: 9088193.

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

Color convert

RGB193172138-
CMYK00.110.280.24
HSL37.09º30.73%64.9%-
HSV(B)37.09º28.5%75.69%-
XYZ41.3342.6830.1-
YUV174.4107.46141.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=38.37%
G=34.19%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317213800.110.280.2437.0930.7364.9
HexC1AC8A0B1C18251f41
Octal30125421201334304537101
Binary110000011010110010001010010111110011000100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC8A; }

 p { color: rgb(193,172,138); }

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

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

 a { background-color: rgb(193,172,138); }

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

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

 span { border-color: rgb(193,172,138); }

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