#C3AE98

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

Shades of Sour Dough #C3AE98

Tints of Sour Dough #C3AE98

Color information

#C3AE98 (or 0xC3AE98) is unknown color: approx Sour Dough. HEX triplet: C3, AE and 98. RGB value is (195,174,152). Sum of RGB (Red+Green+Blue) = 195+174+152=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE98 is #3C5167. Grayscale: #B1B1B1. Windows color (decimal): -3953000 or 10006211. OLE color: 10006211.

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

Color convert

RGB195174152-
CMYK00.110.220.24
HSL30.7º26.38%68.04%-
HSV(B)30.7º22.05%76.47%-
XYZ43.3144.1435.94-
YUV177.77113.46140.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=37.43%
G=33.40%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517415200.110.220.2430.726.3868.04
HexC3AE980B16181f1a44
Octal30325623001326303732104
Binary11000011101011101001100001011101101100011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE98; }

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

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

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

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

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

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

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

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