Html Css Color HEX #CBB896 Sour Dough

📋 copy color: '#CBB896'

red 203 ◦ green 184 ◦ blue 150

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

Shades of Sour Dough #CBB896

Tints of Sour Dough #CBB896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.26%

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 37.8%
G = 34.26%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB896 (or 0xCBB896) is known color: Sour Dough. HEX triplet: CB, B8 and 96. RGB value is (203,184,150). Sum of RGB (Red+Green+Blue) = 203+184+150=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB896 is #344769. Grayscale: #B9B9B9. Windows color (decimal): -3426154 or 9877707. OLE color: 9877707.

HSL color Cylindrical-coordinate representation of color #CBB896: hue angle of 38.49º degrees, saturation: 0.34, 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 #CBB896 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 184 150 -
CMYK 0 0.09 0.26 0.20
HSL 38.49º 0.34% 0.69% -
HSV(B) 38.49º 0.26% 0.8% -
XYZ 47.27 49.18 35.86 -
YUV 185.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 203 184 150 0 0.09 0.26 0.20 38.49 0.34 0.69
Hex CB B8 96 0 9 1A 14 26 22 45
Octal 313 270 226 0 11 32 24 46 42 105
Binary 11001011 10111000 10010110 0 1001 11010 10100 100110 100010 1000101

Color Harmonies of #CBB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB896

Black with #CBB896

Text Example


Text Example

White with #CBB896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB896; }

 p { color: rgb(203,184,150); }

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

background-color css

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

 a { background-color: rgb(203,184,150); }

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

border-color css

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

 span { border-color: rgb(203,184,150); }

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