Html Css Color HEX #CBB994 Sour Dough

📋 copy color: '#CBB994'

red 203 ◦ green 185 ◦ blue 148

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

Shades of Sour Dough #CBB994

Tints of Sour Dough #CBB994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 37.87%
G = 34.51%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB994 (or 0xCBB994) is known color: Sour Dough. HEX triplet: CB, B9 and 94. RGB value is (203,185,148). Sum of RGB (Red+Green+Blue) = 203+185+148=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB994 is #34466B. Grayscale: #BABABA. Windows color (decimal): -3425900 or 9746891. OLE color: 9746891.

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

Color convert

RGB 203 185 148 -
CMYK 0 0.09 0.27 0.20
HSL 40.36º 0.35% 0.69% -
HSV(B) 40.36º 0.27% 0.8% -
XYZ 47.32 49.53 35.08 -
YUV 186.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 203 185 148 0 0.09 0.27 0.20 40.36 0.35 0.69
Hex CB B9 94 0 9 1B 14 28 23 45
Octal 313 271 224 0 11 33 24 50 43 105
Binary 11001011 10111001 10010100 0 1001 11011 10100 101000 100011 1000101

Color Harmonies of #CBB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB994

Black with #CBB994

Text Example


Text Example

White with #CBB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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