#C1B08C

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

Shades of Pavlova #C1B08C

Tints of Pavlova #C1B08C

Color information

#C1B08C (or 0xC1B08C) is unknown color: approx Pavlova. HEX triplet: C1, B0 and 8C. RGB value is (193,176,140). Sum of RGB (Red+Green+Blue) = 193+176+140=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B08C is #3E4F73. Grayscale: #B1B1B1. Windows color (decimal): -4083572 or 9220289. OLE color: 9220289.

HSL color Cylindrical-coordinate representation of color #C1B08C: hue angle of 40.75º 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 #C1B08C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193176140-
CMYK00.090.270.24
HSL40.75º29.94%65.29%-
HSV(B)40.75º27.46%75.69%-
XYZ42.2544.2831.13-
YUV176.98107.13139.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=37.92%
G=34.58%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317614000.090.270.2440.7529.9465.29
HexC1B08C091B18291e41
Octal30126021401133305136101
Binary110000011011000010001100010011101111000101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B08C; }

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

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

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

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

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

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

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

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