Html Css Color HEX #CBB698 Sour Dough

📋 copy color: '#CBB698'

red 203 ◦ green 182 ◦ blue 152

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

Shades of Sour Dough #CBB698

Tints of Sour Dough #CBB698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.31%

R = 37.8%
G = 33.89%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB698 (or 0xCBB698) is known color: Sour Dough. HEX triplet: CB, B6 and 98. RGB value is (203,182,152). Sum of RGB (Red+Green+Blue) = 203+182+152=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB698 is #344967. Grayscale: #B9B9B9. Windows color (decimal): -3426664 or 10008267. OLE color: 10008267.

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

Color convert

RGB 203 182 152 -
CMYK 0 0.10 0.25 0.20
HSL 35.29º 0.33% 0.7% -
HSV(B) 35.29º 0.25% 0.8% -
XYZ 47.02 48.42 36.57 -
YUV 184.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 203 182 152 0 0.10 0.25 0.20 35.29 0.33 0.7
Hex CB B6 98 0 A 19 14 23 21 46
Octal 313 266 230 0 12 31 24 43 41 106
Binary 11001011 10110110 10011000 0 1010 11001 10100 100011 100001 1000110

Color Harmonies of #CBB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB698

Black with #CBB698

Text Example


Text Example

White with #CBB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB698; }

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

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

background-color css

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

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

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

border-color css

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

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

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