#C1A97D

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

Shades of Pavlova #C1A97D

Tints of Pavlova #C1A97D

Color information

#C1A97D (or 0xC1A97D) is unknown color: approx Pavlova. HEX triplet: C1, A9 and 7D. RGB value is (193,169,125). Sum of RGB (Red+Green+Blue) = 193+169+125=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A97D is #3E5682. Grayscale: #ABABAB. Windows color (decimal): -4085379 or 8235457. OLE color: 8235457.

HSL color Cylindrical-coordinate representation of color #C1A97D: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1A97D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193169125-
CMYK00.120.350.24
HSL38.82º35.42%62.35%-
HSV(B)38.82º35.23%75.69%-
XYZ39.8841.1925.25-
YUV171.16101.95143.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=39.63%
G=34.70%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316912500.120.350.2438.8235.4262.35
HexC1A97D0C231827233e
Octal3012511750144330474376
Binary110000011010100111111010110010001111000100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A97D; }

 p { color: rgb(193,169,125); }

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

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

 a { background-color: rgb(193,169,125); }

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

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

 span { border-color: rgb(193,169,125); }

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