#C3AE85

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

Shades of Pavlova #C3AE85

Tints of Pavlova #C3AE85

Color information

#C3AE85 (or 0xC3AE85) is unknown color: approx Pavlova. HEX triplet: C3, AE and 85. RGB value is (195,174,133). Sum of RGB (Red+Green+Blue) = 195+174+133=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE85 is #3C517A. Grayscale: #AFAFAF. Windows color (decimal): -3953019 or 8761027. OLE color: 8761027.

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

Color convert

RGB195174133-
CMYK00.110.320.24
HSL39.68º34.07%64.31%-
HSV(B)39.68º31.79%76.47%-
XYZ41.8843.5728.39-
YUV175.6103.96141.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=38.84%
G=34.66%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517413300.110.320.2439.6834.0764.31
HexC3AE850B2018282240
Octal30325620501340305042100
Binary11000011101011101000010101011100000110001010001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE85; }

 p { color: rgb(195,174,133); }

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

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

 a { background-color: rgb(195,174,133); }

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

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

 span { border-color: rgb(195,174,133); }

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