#C6AF88

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

Shades of Pavlova #C6AF88

Tints of Pavlova #C6AF88

Color information

#C6AF88 (or 0xC6AF88) is unknown color: approx Pavlova. HEX triplet: C6, AF and 88. RGB value is (198,175,136). Sum of RGB (Red+Green+Blue) = 198+175+136=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF88 is #395077. Grayscale: #B1B1B1. Windows color (decimal): -3756152 or 8957894. OLE color: 8957894.

HSL color Cylindrical-coordinate representation of color #C6AF88: hue angle of 37.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AF88 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198175136-
CMYK00.120.310.22
HSL37.74º35.23%65.49%-
HSV(B)37.74º31.31%77.65%-
XYZ43.0644.4429.6-
YUV177.43104.62142.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=38.90%
G=34.38%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817513600.120.310.2237.7435.2365.49
HexC6AF880C1F16262341
Octal30625721001437264643101
Binary1100011010101111100010000110011111101101001101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF88; }

 p { color: rgb(198,175,136); }

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

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

 a { background-color: rgb(198,175,136); }

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

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

 span { border-color: rgb(198,175,136); }

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