#C3AE95

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

Shades of Sour Dough #C3AE95

Tints of Sour Dough #C3AE95

Color information

#C3AE95 (or 0xC3AE95) is unknown color: approx Sour Dough. HEX triplet: C3, AE and 95. RGB value is (195,174,149). Sum of RGB (Red+Green+Blue) = 195+174+149=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE95 is #3C516A. Grayscale: #B1B1B1. Windows color (decimal): -3953003 or 9809603. OLE color: 9809603.

HSL color Cylindrical-coordinate representation of color #C3AE95: hue angle of 32.61º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3AE95 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195174149-
CMYK00.110.240.24
HSL32.61º27.71%67.45%-
HSV(B)32.61º23.59%76.47%-
XYZ43.0744.0434.67-
YUV177.43111.96140.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=37.64%
G=33.59%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517414900.110.240.2432.6127.7167.45
HexC3AE950B1818211c43
Octal30325622501330304134103
Binary110000111010111010010101010111100011000100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE95; }

 p { color: rgb(195,174,149); }

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

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

 a { background-color: rgb(195,174,149); }

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

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

 span { border-color: rgb(195,174,149); }

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