#C3AF8D

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

Shades of Pavlova #C3AF8D

Tints of Pavlova #C3AF8D

Color information

#C3AF8D (or 0xC3AF8D) is unknown color: approx Pavlova. HEX triplet: C3, AF and 8D. RGB value is (195,175,141). Sum of RGB (Red+Green+Blue) = 195+175+141=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF8D is #3C5072. Grayscale: #B1B1B1. Windows color (decimal): -3952755 or 9285571. OLE color: 9285571.

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

Color convert

RGB195175141-
CMYK00.100.280.24
HSL37.78º31.03%65.88%-
HSV(B)37.78º27.69%76.47%-
XYZ42.6444.1931.48-
YUV177.1107.63140.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=38.16%
G=34.25%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517514100.100.280.2437.7831.0365.88
HexC3AF8D0A1C18261f42
Octal30325721501234304637102
Binary110000111010111110001101010101110011000100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF8D; }

 p { color: rgb(195,175,141); }

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

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

 a { background-color: rgb(195,175,141); }

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

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

 span { border-color: rgb(195,175,141); }

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