#C3B298

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

Shades of Sour Dough #C3B298

Tints of Sour Dough #C3B298

Color information

#C3B298 (or 0xC3B298) is unknown color: approx Sour Dough. HEX triplet: C3, B2 and 98. RGB value is (195,178,152). Sum of RGB (Red+Green+Blue) = 195+178+152=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B298 is #3C4D67. Grayscale: #B4B4B4. Windows color (decimal): -3951976 or 10007235. OLE color: 10007235.

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

Color convert

RGB195178152-
CMYK00.090.220.24
HSL36.28º26.38%68.04%-
HSV(B)36.28º22.05%76.47%-
XYZ44.0945.7136.2-
YUV180.12112.13138.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=37.14%
G=33.90%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517815200.090.220.2436.2826.3868.04
HexC3B298091618241a44
Octal30326223001126304432104
Binary110000111011001010011000010011011011000100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B298; }

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

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

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

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

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

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

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

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