Html Css Color HEX #CBB898 Sour Dough

📋 copy color: '#CBB898'

red 203 ◦ green 184 ◦ blue 152

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

Shades of Sour Dough #CBB898

Tints of Sour Dough #CBB898

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 37.66%
G = 34.14%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB898 (or 0xCBB898) is known color: Sour Dough. HEX triplet: CB, B8 and 98. RGB value is (203,184,152). Sum of RGB (Red+Green+Blue) = 203+184+152=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB898 is #344767. Grayscale: #BABABA. Windows color (decimal): -3426152 or 10008779. OLE color: 10008779.

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

Color convert

RGB 203 184 152 -
CMYK 0 0.09 0.25 0.20
HSL 37.65º 0.33% 0.7% -
HSV(B) 37.65º 0.25% 0.8% -
XYZ 47.44 49.24 36.71 -
YUV 186.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 203 184 152 0 0.09 0.25 0.20 37.65 0.33 0.7
Hex CB B8 98 0 9 19 14 26 21 46
Octal 313 270 230 0 11 31 24 46 41 106
Binary 11001011 10111000 10011000 0 1001 11001 10100 100110 100001 1000110

Color Harmonies of #CBB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB898

Black with #CBB898

Text Example


Text Example

White with #CBB898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB898; }

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

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

background-color css

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

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

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

border-color css

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

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

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