Html Css Color HEX #CBB991 Sour Dough

📋 copy color: '#CBB991'

red 203 ◦ green 185 ◦ blue 145

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

Shades of Sour Dough #CBB991

Tints of Sour Dough #CBB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.2%

R = 38.09%
G = 34.71%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CBB991 (or 0xCBB991) is known color: Sour Dough. HEX triplet: CB, B9 and 91. RGB value is (203,185,145). Sum of RGB (Red+Green+Blue) = 203+185+145=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB991 is #34466E. Grayscale: #B9B9B9. Windows color (decimal): -3425903 or 9550283. OLE color: 9550283.

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

Color convert

RGB 203 185 145 -
CMYK 0 0.09 0.29 0.20
HSL 41.38º 0.36% 0.68% -
HSV(B) 41.38º 0.29% 0.8% -
XYZ 47.09 49.44 33.85 -
YUV 185.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 203 185 145 0 0.09 0.29 0.20 41.38 0.36 0.68
Hex CB B9 91 0 9 1D 14 29 24 44
Octal 313 271 221 0 11 35 24 51 44 104
Binary 11001011 10111001 10010001 0 1001 11101 10100 101001 100100 1000100

Color Harmonies of #CBB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB991

Black with #CBB991

Text Example


Text Example

White with #CBB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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