#C3B08B

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

Shades of Pavlova #C3B08B

Tints of Pavlova #C3B08B

Color information

#C3B08B (or 0xC3B08B) is unknown color: approx Pavlova. HEX triplet: C3, B0 and 8B. RGB value is (195,176,139). Sum of RGB (Red+Green+Blue) = 195+176+139=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B08B is #3C4F74. Grayscale: #B1B1B1. Windows color (decimal): -3952501 or 9154755. OLE color: 9154755.

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

Color convert

RGB195176139-
CMYK00.100.290.24
HSL39.64º31.82%65.49%-
HSV(B)39.64º28.72%76.47%-
XYZ42.6944.5230.77-
YUV177.46106.29140.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=38.24%
G=34.51%
B=27.25%

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
Decimal19517613900.100.290.2439.6431.8265.49
HexC3B08B0A1D18282041
Octal30326021301235305040101
Binary1100001110110000100010110101011101110001010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B08B; }

 p { color: rgb(195,176,139); }

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

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

 a { background-color: rgb(195,176,139); }

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

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

 span { border-color: rgb(195,176,139); }

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