#C8AF90

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

Shades of Sour Dough #C8AF90

Tints of Sour Dough #C8AF90

Color information

#C8AF90 (or 0xC8AF90) is unknown color: approx Sour Dough. HEX triplet: C8, AF and 90. RGB value is (200,175,144). Sum of RGB (Red+Green+Blue) = 200+175+144=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF90 is #37506F. Grayscale: #B3B3B3. Windows color (decimal): -3625072 or 9482184. OLE color: 9482184.

HSL color Cylindrical-coordinate representation of color #C8AF90: hue angle of 33.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8AF90 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200175144-
CMYK00.120.280.22
HSL33.21º33.73%67.45%-
HSV(B)33.21º28%78.43%-
XYZ44.1844.9532.73-
YUV178.94108.28143.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=38.54%
G=33.72%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017514400.120.280.2233.2133.7367.45
HexC8AF900C1C16212243
Octal31025722001434264142103
Binary1100100010101111100100000110011100101101000011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF90; }

 p { color: rgb(200,175,144); }

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

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

 a { background-color: rgb(200,175,144); }

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

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

 span { border-color: rgb(200,175,144); }

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