#C8B298

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

Shades of Sour Dough #C8B298

Tints of Sour Dough #C8B298

Color information

#C8B298 (or 0xC8B298) is unknown color: approx Sour Dough. HEX triplet: C8, B2 and 98. RGB value is (200,178,152). Sum of RGB (Red+Green+Blue) = 200+178+152=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B298 is #374D67. Grayscale: #B5B5B5. Windows color (decimal): -3624296 or 10007240. OLE color: 10007240.

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

Color convert

RGB200178152-
CMYK00.110.240.22
HSL32.5º30.38%69.02%-
HSV(B)32.5º24%78.43%-
XYZ45.4146.3936.27-
YUV181.61111.29141.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=37.74%
G=33.58%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017815200.110.240.2232.530.3869.02
HexC8B2980B1816211e45
Octal31026223001330264136105
Binary110010001011001010011000010111100010110100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B298; }

 p { color: rgb(200,178,152); }

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

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

 a { background-color: rgb(200,178,152); }

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

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

 span { border-color: rgb(200,178,152); }

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