Html Css Color HEX #CBB392 Sour Dough

📋 copy color: '#CBB392'

red 203 ◦ green 179 ◦ blue 146

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

Shades of Sour Dough #CBB392

Tints of Sour Dough #CBB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 38.45%
G = 33.9%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBB392 (or 0xCBB392) is known color: Sour Dough. HEX triplet: CB, B3 and 92. RGB value is (203,179,146). Sum of RGB (Red+Green+Blue) = 203+179+146=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB392 is #344C6D. Grayscale: #B6B6B6. Windows color (decimal): -3427438 or 9614283. OLE color: 9614283.

HSL color Cylindrical-coordinate representation of color #CBB392: hue angle of 34.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB392 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 146 -
CMYK 0 0.12 0.28 0.20
HSL 34.74º 0.35% 0.68% -
HSV(B) 34.74º 0.28% 0.8% -
XYZ 45.94 47.01 33.85 -
YUV 182.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 203 179 146 0 0.12 0.28 0.20 34.74 0.35 0.68
Hex CB B3 92 0 C 1C 14 23 23 44
Octal 313 263 222 0 14 34 24 43 43 104
Binary 11001011 10110011 10010010 0 1100 11100 10100 100011 100011 1000100

Color Harmonies of #CBB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB392

Black with #CBB392

Text Example


Text Example

White with #CBB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB392; }

 p { color: rgb(203,179,146); }

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

background-color css

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

 a { background-color: rgb(203,179,146); }

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

border-color css

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

 span { border-color: rgb(203,179,146); }

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