Html Css Color HEX #CBB694 Sour Dough

📋 copy color: '#CBB694'

red 203 ◦ green 182 ◦ blue 148

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

Shades of Sour Dough #CBB694

Tints of Sour Dough #CBB694

RGB

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

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

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

R = 38.09%
G = 34.15%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB694 (or 0xCBB694) is known color: Sour Dough. HEX triplet: CB, B6 and 94. RGB value is (203,182,148). Sum of RGB (Red+Green+Blue) = 203+182+148=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB694 is #34496B. Grayscale: #B8B8B8. Windows color (decimal): -3426668 or 9746123. OLE color: 9746123.

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

Color convert

RGB 203 182 148 -
CMYK 0 0.10 0.27 0.20
HSL 37.09º 0.35% 0.69% -
HSV(B) 37.09º 0.27% 0.8% -
XYZ 46.7 48.29 34.88 -
YUV 184.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 203 182 148 0 0.10 0.27 0.20 37.09 0.35 0.69
Hex CB B6 94 0 A 1B 14 25 23 45
Octal 313 266 224 0 12 33 24 45 43 105
Binary 11001011 10110110 10010100 0 1010 11011 10100 100101 100011 1000101

Color Harmonies of #CBB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB694

Black with #CBB694

Text Example


Text Example

White with #CBB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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