Html Css Color HEX #CBB992 Sour Dough

📋 copy color: '#CBB992'

red 203 ◦ green 185 ◦ blue 146

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

Shades of Sour Dough #CBB992

Tints of Sour Dough #CBB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.64%

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 38.01%
G = 34.64%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBB992 (or 0xCBB992) is known color: Sour Dough. HEX triplet: CB, B9 and 92. RGB value is (203,185,146). Sum of RGB (Red+Green+Blue) = 203+185+146=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB992 is #34466D. Grayscale: #BABABA. Windows color (decimal): -3425902 or 9615819. OLE color: 9615819.

HSL color Cylindrical-coordinate representation of color #CBB992: hue angle of 41.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB992 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 146 -
CMYK 0 0.09 0.28 0.20
HSL 41.05º 0.35% 0.68% -
HSV(B) 41.05º 0.28% 0.8% -
XYZ 47.17 49.47 34.26 -
YUV 185.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 203 185 146 0 0.09 0.28 0.20 41.05 0.35 0.68
Hex CB B9 92 0 9 1C 14 29 23 44
Octal 313 271 222 0 11 34 24 51 43 104
Binary 11001011 10111001 10010010 0 1001 11100 10100 101001 100011 1000100

Color Harmonies of #CBB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB992

Black with #CBB992

Text Example


Text Example

White with #CBB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB992; }

 p { color: rgb(203,185,146); }

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

background-color css

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

 a { background-color: rgb(203,185,146); }

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

border-color css

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

 span { border-color: rgb(203,185,146); }

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