Html Css Color HEX #CBB693 Sour Dough

📋 copy color: '#CBB693'

red 203 ◦ green 182 ◦ blue 147

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

Shades of Sour Dough #CBB693

Tints of Sour Dough #CBB693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 38.16%
G = 34.21%
B = 27.63%

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

#CBB693 (or 0xCBB693) is known color: Sour Dough. HEX triplet: CB, B6 and 93. RGB value is (203,182,147). Sum of RGB (Red+Green+Blue) = 203+182+147=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB693 is #34496C. Grayscale: #B8B8B8. Windows color (decimal): -3426669 or 9680587. OLE color: 9680587.

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

Color convert

RGB 203 182 147 -
CMYK 0 0.10 0.28 0.20
HSL 37.5º 0.35% 0.69% -
HSV(B) 37.5º 0.28% 0.8% -
XYZ 46.62 48.26 34.46 -
YUV 184.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 203 182 147 0 0.10 0.28 0.20 37.5 0.35 0.69
Hex CB B6 93 0 A 1C 14 26 23 45
Octal 313 266 223 0 12 34 24 46 43 105
Binary 11001011 10110110 10010011 0 1010 11100 10100 100110 100011 1000101

Color Harmonies of #CBB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB693

Black with #CBB693

Text Example


Text Example

White with #CBB693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB693; }

 p { color: rgb(203,182,147); }

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

background-color css

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

 a { background-color: rgb(203,182,147); }

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

border-color css

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

 span { border-color: rgb(203,182,147); }

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