Html Css Color HEX #CBB598 Sour Dough

📋 copy color: '#CBB598'

red 203 ◦ green 181 ◦ blue 152

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

Shades of Sour Dough #CBB598

Tints of Sour Dough #CBB598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

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

R = 37.87%
G = 33.77%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB598 (or 0xCBB598) is known color: Sour Dough. HEX triplet: CB, B5 and 98. RGB value is (203,181,152). Sum of RGB (Red+Green+Blue) = 203+181+152=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB598 is #344A67. Grayscale: #B8B8B8. Windows color (decimal): -3426920 or 10008011. OLE color: 10008011.

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

Color convert

RGB 203 181 152 -
CMYK 0 0.11 0.25 0.20
HSL 34.12º 0.33% 0.7% -
HSV(B) 34.12º 0.25% 0.8% -
XYZ 46.82 48.01 36.51 -
YUV 184.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 203 181 152 0 0.11 0.25 0.20 34.12 0.33 0.7
Hex CB B5 98 0 B 19 14 22 21 46
Octal 313 265 230 0 13 31 24 42 41 106
Binary 11001011 10110101 10011000 0 1011 11001 10100 100010 100001 1000110

Color Harmonies of #CBB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB598

Black with #CBB598

Text Example


Text Example

White with #CBB598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB598; }

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

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

background-color css

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

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

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

border-color css

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

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

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