Html Css Color HEX #CBB498 Sour Dough

📋 copy color: '#CBB498'

red 203 ◦ green 180 ◦ blue 152

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

Shades of Sour Dough #CBB498

Tints of Sour Dough #CBB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 37.94%
G = 33.64%
B = 28.41%

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

#CBB498 (or 0xCBB498) is known color: Sour Dough. HEX triplet: CB, B4 and 98. RGB value is (203,180,152). Sum of RGB (Red+Green+Blue) = 203+180+152=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB498 is #344B67. Grayscale: #B7B7B7. Windows color (decimal): -3427176 or 10007755. OLE color: 10007755.

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

Color convert

RGB 203 180 152 -
CMYK 0 0.11 0.25 0.20
HSL 32.94º 0.33% 0.7% -
HSV(B) 32.94º 0.25% 0.8% -
XYZ 46.62 47.61 36.44 -
YUV 183.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 203 180 152 0 0.11 0.25 0.20 32.94 0.33 0.7
Hex CB B4 98 0 B 19 14 21 21 46
Octal 313 264 230 0 13 31 24 41 41 106
Binary 11001011 10110100 10011000 0 1011 11001 10100 100001 100001 1000110

Color Harmonies of #CBB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB498

Black with #CBB498

Text Example


Text Example

White with #CBB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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