Html Css Color HEX #CBB397 Sour Dough

📋 copy color: '#CBB397'

red 203 ◦ green 179 ◦ blue 151

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

Shades of Sour Dough #CBB397

Tints of Sour Dough #CBB397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.33%

R = 38.09%
G = 33.58%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB397 (or 0xCBB397) is known color: Sour Dough. HEX triplet: CB, B3 and 97. RGB value is (203,179,151). Sum of RGB (Red+Green+Blue) = 203+179+151=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB397 is #344C68. Grayscale: #B7B7B7. Windows color (decimal): -3427433 or 9941963. OLE color: 9941963.

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

Color convert

RGB 203 179 151 -
CMYK 0 0.12 0.26 0.20
HSL 32.31º 0.33% 0.69% -
HSV(B) 32.31º 0.26% 0.8% -
XYZ 46.33 47.17 35.94 -
YUV 182.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 203 179 151 0 0.12 0.26 0.20 32.31 0.33 0.69
Hex CB B3 97 0 C 1A 14 20 21 45
Octal 313 263 227 0 14 32 24 40 41 105
Binary 11001011 10110011 10010111 0 1100 11010 10100 100000 100001 1000101

Color Harmonies of #CBB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB397

Black with #CBB397

Text Example


Text Example

White with #CBB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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