Html Css Color HEX #CBB093 Sour Dough

📋 copy color: '#CBB093'

red 203 ◦ green 176 ◦ blue 147

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

Shades of Sour Dough #CBB093

Tints of Sour Dough #CBB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 38.59%
G = 33.46%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBB093 (or 0xCBB093) is known color: Sour Dough. HEX triplet: CB, B0 and 93. RGB value is (203,176,147). Sum of RGB (Red+Green+Blue) = 203+176+147=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB093 is #344F6C. Grayscale: #B4B4B4. Windows color (decimal): -3428205 or 9679051. OLE color: 9679051.

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

Color convert

RGB 203 176 147 -
CMYK 0 0.13 0.28 0.20
HSL 31.07º 0.35% 0.69% -
HSV(B) 31.07º 0.28% 0.8% -
XYZ 45.42 45.85 34.06 -
YUV 180.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 203 176 147 0 0.13 0.28 0.20 31.07 0.35 0.69
Hex CB B0 93 0 D 1C 14 1F 23 45
Octal 313 260 223 0 15 34 24 37 43 105
Binary 11001011 10110000 10010011 0 1101 11100 10100 11111 100011 1000101

Color Harmonies of #CBB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB093

Black with #CBB093

Text Example


Text Example

White with #CBB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB093; }

 p { color: rgb(203,176,147); }

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

background-color css

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

 a { background-color: rgb(203,176,147); }

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

border-color css

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

 span { border-color: rgb(203,176,147); }

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