Html Css Color HEX #CBB795 Sour Dough

📋 copy color: '#CBB795'

red 203 ◦ green 183 ◦ blue 149

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

Shades of Sour Dough #CBB795

Tints of Sour Dough #CBB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 37.94%
G = 34.21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB795 (or 0xCBB795) is known color: Sour Dough. HEX triplet: CB, B7 and 95. RGB value is (203,183,149). Sum of RGB (Red+Green+Blue) = 203+183+149=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB795 is #34486A. Grayscale: #B9B9B9. Windows color (decimal): -3426411 or 9811915. OLE color: 9811915.

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

Color convert

RGB 203 183 149 -
CMYK 0 0.10 0.27 0.20
HSL 37.78º 0.34% 0.69% -
HSV(B) 37.78º 0.27% 0.8% -
XYZ 46.99 48.73 35.36 -
YUV 185.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 203 183 149 0 0.10 0.27 0.20 37.78 0.34 0.69
Hex CB B7 95 0 A 1B 14 26 22 45
Octal 313 267 225 0 12 33 24 46 42 105
Binary 11001011 10110111 10010101 0 1010 11011 10100 100110 100010 1000101

Color Harmonies of #CBB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB795

Black with #CBB795

Text Example


Text Example

White with #CBB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB795; }

 p { color: rgb(203,183,149); }

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

background-color css

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

 a { background-color: rgb(203,183,149); }

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

border-color css

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

 span { border-color: rgb(203,183,149); }

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