#C2A985

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

Shades of Pavlova #C2A985

Tints of Pavlova #C2A985

Color information

#C2A985 (or 0xC2A985) is unknown color: approx Pavlova. HEX triplet: C2, A9 and 85. RGB value is (194,169,133). Sum of RGB (Red+Green+Blue) = 194+169+133=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A985 is #3D567A. Grayscale: #ACACAC. Windows color (decimal): -4019835 or 8759746. OLE color: 8759746.

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

Color convert

RGB194169133-
CMYK00.130.310.24
HSL35.41º33.33%64.12%-
HSV(B)35.41º31.44%76.08%-
XYZ40.6741.5428.06-
YUV172.37105.78143.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=39.11%
G=34.07%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416913300.130.310.2435.4133.3364.12
HexC2A9850D1F18232140
Octal30225120501537304341100
Binary1100001010101001100001010110111111110001000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A985; }

 p { color: rgb(194,169,133); }

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

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

 a { background-color: rgb(194,169,133); }

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

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

 span { border-color: rgb(194,169,133); }

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