#C1AF8A

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

Shades of Pavlova #C1AF8A

Tints of Pavlova #C1AF8A

Color information

#C1AF8A (or 0xC1AF8A) is unknown color: approx Pavlova. HEX triplet: C1, AF and 8A. RGB value is (193,175,138). Sum of RGB (Red+Green+Blue) = 193+175+138=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF8A is #3E5075. Grayscale: #B0B0B0. Windows color (decimal): -4083830 or 9088961. OLE color: 9088961.

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

Color convert

RGB193175138-
CMYK00.090.280.24
HSL40.36º30.73%64.9%-
HSV(B)40.36º28.5%75.69%-
XYZ41.9143.8330.3-
YUV176.16106.46140.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=38.14%
G=34.58%
B=27.27%

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
Decimal19317513800.090.280.2440.3630.7364.9
HexC1AF8A091C18281f41
Octal30125721201134305037101
Binary110000011010111110001010010011110011000101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF8A; }

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

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

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

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

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

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

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

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