Html Css Color HEX #CBB99A Sour Dough

📋 copy color: '#CBB99A'

red 203 ◦ green 185 ◦ blue 154

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

Shades of Sour Dough #CBB99A

Tints of Sour Dough #CBB99A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 37.45%
G = 34.13%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CBB99A (or 0xCBB99A) is known color: Sour Dough. HEX triplet: CB, B9 and 9A. RGB value is (203,185,154). Sum of RGB (Red+Green+Blue) = 203+185+154=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99A is #344665. Grayscale: #BABABA. Windows color (decimal): -3425894 or 10140107. OLE color: 10140107.

HSL color Cylindrical-coordinate representation of color #CBB99A: hue angle of 37.96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB99A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 154 -
CMYK 0 0.09 0.24 0.20
HSL 37.96º 0.32% 0.7% -
HSV(B) 37.96º 0.24% 0.8% -
XYZ 47.81 49.73 37.65 -
YUV 186.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 203 185 154 0 0.09 0.24 0.20 37.96 0.32 0.7
Hex CB B9 9A 0 9 18 14 26 20 46
Octal 313 271 232 0 11 30 24 46 40 106
Binary 11001011 10111001 10011010 0 1001 11000 10100 100110 100000 1000110

Color Harmonies of #CBB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB99A

Black with #CBB99A

Text Example


Text Example

White with #CBB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB99A; }

 p { color: rgb(203,185,154); }

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

background-color css

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

 a { background-color: rgb(203,185,154); }

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

border-color css

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

 span { border-color: rgb(203,185,154); }

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