#C1AE8B

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

Shades of Pavlova #C1AE8B

Tints of Pavlova #C1AE8B

Color information

#C1AE8B (or 0xC1AE8B) is unknown color: approx Pavlova. HEX triplet: C1, AE and 8B. RGB value is (193,174,139). Sum of RGB (Red+Green+Blue) = 193+174+139=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE8B is #3E5174. Grayscale: #AFAFAF. Windows color (decimal): -4084085 or 9154241. OLE color: 9154241.

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

Color convert

RGB193174139-
CMYK00.100.280.24
HSL38.89º30.34%65.1%-
HSV(B)38.89º27.98%75.69%-
XYZ41.7943.4730.61-
YUV175.69107.29140.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=38.14%
G=34.39%
B=27.47%

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
Decimal19317413900.100.280.2438.8930.3465.1
HexC1AE8B0A1C18271e41
Octal30125621301234304736101
Binary110000011010111010001011010101110011000100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE8B; }

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

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

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

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

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

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

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

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