Html Css Color HEX #CBB792 Sour Dough

📋 copy color: '#CBB792'

red 203 ◦ green 183 ◦ blue 146

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

Shades of Sour Dough #CBB792

Tints of Sour Dough #CBB792

RGB

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

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

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

R = 38.16%
G = 34.4%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBB792 (or 0xCBB792) is known color: Sour Dough. HEX triplet: CB, B7 and 92. RGB value is (203,183,146). Sum of RGB (Red+Green+Blue) = 203+183+146=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB792 is #34486D. Grayscale: #B8B8B8. Windows color (decimal): -3426414 or 9615307. OLE color: 9615307.

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

Color convert

RGB 203 183 146 -
CMYK 0 0.10 0.28 0.20
HSL 38.95º 0.35% 0.68% -
HSV(B) 38.95º 0.28% 0.8% -
XYZ 46.75 48.64 34.12 -
YUV 184.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 203 183 146 0 0.10 0.28 0.20 38.95 0.35 0.68
Hex CB B7 92 0 A 1C 14 27 23 44
Octal 313 267 222 0 12 34 24 47 43 104
Binary 11001011 10110111 10010010 0 1010 11100 10100 100111 100011 1000100

Color Harmonies of #CBB792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB792

Black with #CBB792

Text Example


Text Example

White with #CBB792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB792; }

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

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

background-color css

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

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

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

border-color css

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

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

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