Html Css Color HEX #CBB195 Sour Dough

📋 copy color: '#CBB195'

red 203 ◦ green 177 ◦ blue 149

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

Shades of Sour Dough #CBB195

Tints of Sour Dough #CBB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.46%

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

R = 38.37%
G = 33.46%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB195 (or 0xCBB195) is known color: Sour Dough. HEX triplet: CB, B1 and 95. RGB value is (203,177,149). Sum of RGB (Red+Green+Blue) = 203+177+149=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB195 is #344E6A. Grayscale: #B5B5B5. Windows color (decimal): -3427947 or 9810379. OLE color: 9810379.

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

Color convert

RGB 203 177 149 -
CMYK 0 0.13 0.27 0.20
HSL 31.11º 0.34% 0.69% -
HSV(B) 31.11º 0.27% 0.8% -
XYZ 45.78 46.31 34.96 -
YUV 181.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 203 177 149 0 0.13 0.27 0.20 31.11 0.34 0.69
Hex CB B1 95 0 D 1B 14 1F 22 45
Octal 313 261 225 0 15 33 24 37 42 105
Binary 11001011 10110001 10010101 0 1101 11011 10100 11111 100010 1000101

Color Harmonies of #CBB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB195

Black with #CBB195

Text Example


Text Example

White with #CBB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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