Html Css Color HEX #CBB294 Sour Dough

📋 copy color: '#CBB294'

red 203 ◦ green 178 ◦ blue 148

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

Shades of Sour Dough #CBB294

Tints of Sour Dough #CBB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 38.37%
G = 33.65%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB294 (or 0xCBB294) is known color: Sour Dough. HEX triplet: CB, B2 and 94. RGB value is (203,178,148). Sum of RGB (Red+Green+Blue) = 203+178+148=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB294 is #344D6B. Grayscale: #B6B6B6. Windows color (decimal): -3427692 or 9745099. OLE color: 9745099.

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

Color convert

RGB 203 178 148 -
CMYK 0 0.12 0.27 0.20
HSL 32.73º 0.35% 0.69% -
HSV(B) 32.73º 0.27% 0.8% -
XYZ 45.89 46.68 34.61 -
YUV 182.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 203 178 148 0 0.12 0.27 0.20 32.73 0.35 0.69
Hex CB B2 94 0 C 1B 14 21 23 45
Octal 313 262 224 0 14 33 24 41 43 105
Binary 11001011 10110010 10010100 0 1100 11011 10100 100001 100011 1000101

Color Harmonies of #CBB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB294

Black with #CBB294

Text Example


Text Example

White with #CBB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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