#C1AE8A

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

Shades of Pavlova #C1AE8A

Tints of Pavlova #C1AE8A

Color information

#C1AE8A (or 0xC1AE8A) is unknown color: approx Pavlova. HEX triplet: C1, AE and 8A. RGB value is (193,174,138). Sum of RGB (Red+Green+Blue) = 193+174+138=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE8A is #3E5175. Grayscale: #AFAFAF. Windows color (decimal): -4084086 or 9088705. OLE color: 9088705.

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

Color convert

RGB193174138-
CMYK00.100.280.24
HSL39.27º30.73%64.9%-
HSV(B)39.27º28.5%75.69%-
XYZ41.7243.4430.23-
YUV175.58106.79140.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=38.22%
G=34.46%
B=27.33%

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
Decimal19317413800.100.280.2439.2730.7364.9
HexC1AE8A0A1C18271f41
Octal30125621201234304737101
Binary110000011010111010001010010101110011000100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE8A; }

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

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

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

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

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

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

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

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