Html Css Color HEX #CBB395 Sour Dough

📋 copy color: '#CBB395'

red 203 ◦ green 179 ◦ blue 149

#CBB395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #CBB395

Tints of Sour Dough #CBB395

RGB

 RED value IS 203 (79.69% from 255) = 38.23%

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 38.23%
G = 33.71%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB395 (or 0xCBB395) is known color: Sour Dough. HEX triplet: CB, B3 and 95. RGB value is (203,179,149). Sum of RGB (Red+Green+Blue) = 203+179+149=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB395 is #344C6A. Grayscale: #B6B6B6. Windows color (decimal): -3427435 or 9810891. OLE color: 9810891.

HSL color Cylindrical-coordinate representation of color #CBB395: hue angle of 33.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB395 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 149 -
CMYK 0 0.12 0.27 0.20
HSL 33.33º 0.34% 0.69% -
HSV(B) 33.33º 0.27% 0.8% -
XYZ 46.17 47.11 35.09 -
YUV 182.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 203 179 149 0 0.12 0.27 0.20 33.33 0.34 0.69
Hex CB B3 95 0 C 1B 14 21 22 45
Octal 313 263 225 0 14 33 24 41 42 105
Binary 11001011 10110011 10010101 0 1100 11011 10100 100001 100010 1000101

Color Harmonies of #CBB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB395

Black with #CBB395

Text Example


Text Example

White with #CBB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB395; }

 p { color: rgb(203,179,149); }

 H1.HeaderClassName
 {
   color: #CBB395;
 }
 .AnyTagClassName
 {
   color: #CBB395;
 }
</style>

background-color css

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

 a { background-color: rgb(203,179,149); }

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

border-color css

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

 span { border-color: rgb(203,179,149); }

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