Html Css Color HEX #CBB997 Sour Dough

📋 copy color: '#CBB997'

red 203 ◦ green 185 ◦ blue 151

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

Shades of Sour Dough #CBB997

Tints of Sour Dough #CBB997

RGB

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

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

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

R = 37.66%
G = 34.32%
B = 28.01%

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

#CBB997 (or 0xCBB997) is known color: Sour Dough. HEX triplet: CB, B9 and 97. RGB value is (203,185,151). Sum of RGB (Red+Green+Blue) = 203+185+151=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB997 is #344668. Grayscale: #BABABA. Windows color (decimal): -3425897 or 9943499. OLE color: 9943499.

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

Color convert

RGB 203 185 151 -
CMYK 0 0.09 0.26 0.20
HSL 39.23º 0.33% 0.69% -
HSV(B) 39.23º 0.26% 0.8% -
XYZ 47.56 49.63 36.35 -
YUV 186.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 203 185 151 0 0.09 0.26 0.20 39.23 0.33 0.69
Hex CB B9 97 0 9 1A 14 27 21 45
Octal 313 271 227 0 11 32 24 47 41 105
Binary 11001011 10111001 10010111 0 1001 11010 10100 100111 100001 1000101

Color Harmonies of #CBB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB997

Black with #CBB997

Text Example


Text Example

White with #CBB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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