#C1AD8C

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

Shades of Pavlova #C1AD8C

Tints of Pavlova #C1AD8C

Color information

#C1AD8C (or 0xC1AD8C) is unknown color: approx Pavlova. HEX triplet: C1, AD and 8C. RGB value is (193,173,140). Sum of RGB (Red+Green+Blue) = 193+173+140=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD8C is #3E5273. Grayscale: #AFAFAF. Windows color (decimal): -4084340 or 9219521. OLE color: 9219521.

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

Color convert

RGB193173140-
CMYK00.100.270.24
HSL37.36º29.94%65.29%-
HSV(B)37.36º27.46%75.69%-
XYZ41.6743.1230.94-
YUV175.22108.13140.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=38.14%
G=34.19%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317314000.100.270.2437.3629.9465.29
HexC1AD8C0A1B18251e41
Octal30125521401233304536101
Binary110000011010110110001100010101101111000100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD8C; }

 p { color: rgb(193,173,140); }

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

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

 a { background-color: rgb(193,173,140); }

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

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

 span { border-color: rgb(193,173,140); }

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