#C3AF8A

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

Shades of Pavlova #C3AF8A

Tints of Pavlova #C3AF8A

Color information

#C3AF8A (or 0xC3AF8A) is unknown color: approx Pavlova. HEX triplet: C3, AF and 8A. RGB value is (195,175,138). Sum of RGB (Red+Green+Blue) = 195+175+138=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF8A is #3C5075. Grayscale: #B0B0B0. Windows color (decimal): -3952758 or 9088963. OLE color: 9088963.

HSL color Cylindrical-coordinate representation of color #C3AF8A: hue angle of 38.95º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AF8A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195175138-
CMYK00.100.290.24
HSL38.95º32.2%65.29%-
HSV(B)38.95º29.23%76.47%-
XYZ42.4244.130.32-
YUV176.76106.13141.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=38.39%
G=34.45%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517513800.100.290.2438.9532.265.29
HexC3AF8A0A1D18272041
Octal30325721201235304740101
Binary1100001110101111100010100101011101110001001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF8A; }

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

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

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

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

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

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

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

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