Html Css Color HEX #CBB798 Sour Dough

📋 copy color: '#CBB798'

red 203 ◦ green 183 ◦ blue 152

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

Shades of Sour Dough #CBB798

Tints of Sour Dough #CBB798

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

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

R = 37.73%
G = 34.01%
B = 28.25%

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

#CBB798 (or 0xCBB798) is known color: Sour Dough. HEX triplet: CB, B7 and 98. RGB value is (203,183,152). Sum of RGB (Red+Green+Blue) = 203+183+152=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB798 is #344867. Grayscale: #B9B9B9. Windows color (decimal): -3426408 or 10008523. OLE color: 10008523.

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

Color convert

RGB 203 183 152 -
CMYK 0 0.10 0.25 0.20
HSL 36.47º 0.33% 0.7% -
HSV(B) 36.47º 0.25% 0.8% -
XYZ 47.23 48.83 36.64 -
YUV 185.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 203 183 152 0 0.10 0.25 0.20 36.47 0.33 0.7
Hex CB B7 98 0 A 19 14 24 21 46
Octal 313 267 230 0 12 31 24 44 41 106
Binary 11001011 10110111 10011000 0 1010 11001 10100 100100 100001 1000110

Color Harmonies of #CBB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB798

Black with #CBB798

Text Example


Text Example

White with #CBB798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB798; }

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

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

background-color css

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

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

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

border-color css

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

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

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