Html Css Color HEX #CBB194 Sour Dough

📋 copy color: '#CBB194'

red 203 ◦ green 177 ◦ blue 148

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

Shades of Sour Dough #CBB194

Tints of Sour Dough #CBB194

RGB

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

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

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

R = 38.45%
G = 33.52%
B = 28.03%

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

#CBB194 (or 0xCBB194) is known color: Sour Dough. HEX triplet: CB, B1 and 94. RGB value is (203,177,148). Sum of RGB (Red+Green+Blue) = 203+177+148=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB194 is #344E6B. Grayscale: #B5B5B5. Windows color (decimal): -3427948 or 9744843. OLE color: 9744843.

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

Color convert

RGB 203 177 148 -
CMYK 0 0.13 0.27 0.20
HSL 31.64º 0.35% 0.69% -
HSV(B) 31.64º 0.27% 0.8% -
XYZ 45.7 46.28 34.54 -
YUV 181.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 203 177 148 0 0.13 0.27 0.20 31.64 0.35 0.69
Hex CB B1 94 0 D 1B 14 20 23 45
Octal 313 261 224 0 15 33 24 40 43 105
Binary 11001011 10110001 10010100 0 1101 11011 10100 100000 100011 1000101

Color Harmonies of #CBB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB194

Black with #CBB194

Text Example


Text Example

White with #CBB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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