#C1AF8B

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

Shades of Pavlova #C1AF8B

Tints of Pavlova #C1AF8B

Color information

#C1AF8B (or 0xC1AF8B) is unknown color: approx Pavlova. HEX triplet: C1, AF and 8B. RGB value is (193,175,139). Sum of RGB (Red+Green+Blue) = 193+175+139=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF8B is #3E5074. Grayscale: #B0B0B0. Windows color (decimal): -4083829 or 9154497. OLE color: 9154497.

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

Color convert

RGB193175139-
CMYK00.090.280.24
HSL40º30.34%65.1%-
HSV(B)40º27.98%75.69%-
XYZ41.9843.8630.68-
YUV176.28106.96139.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=38.07%
G=34.52%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317513900.090.280.244030.3465.1
HexC1AF8B091C18281e41
Octal30125721301134305036101
Binary110000011010111110001011010011110011000101000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF8B; }

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

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

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

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

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

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

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

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