#C1AD8B

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

Shades of Pavlova #C1AD8B

Tints of Pavlova #C1AD8B

Color information

#C1AD8B (or 0xC1AD8B) is unknown color: approx Pavlova. HEX triplet: C1, AD and 8B. RGB value is (193,173,139). Sum of RGB (Red+Green+Blue) = 193+173+139=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD8B is #3E5274. Grayscale: #AFAFAF. Windows color (decimal): -4084341 or 9153985. OLE color: 9153985.

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

Color convert

RGB193173139-
CMYK00.100.280.24
HSL37.78º30.34%65.1%-
HSV(B)37.78º27.98%75.69%-
XYZ41.643.0930.55-
YUV175.1107.63140.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=38.22%
G=34.26%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317313900.100.280.2437.7830.3465.1
HexC1AD8B0A1C18261e41
Octal30125521301234304636101
Binary110000011010110110001011010101110011000100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD8B; }

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

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

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

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

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

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

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

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