Html Css Color HEX #CBB293 Sour Dough

📋 copy color: '#CBB293'

red 203 ◦ green 178 ◦ blue 147

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

Shades of Sour Dough #CBB293

Tints of Sour Dough #CBB293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 38.45%
G = 33.71%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBB293 (or 0xCBB293) is known color: Sour Dough. HEX triplet: CB, B2 and 93. RGB value is (203,178,147). Sum of RGB (Red+Green+Blue) = 203+178+147=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB293 is #344D6C. Grayscale: #B6B6B6. Windows color (decimal): -3427693 or 9679563. OLE color: 9679563.

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

Color convert

RGB 203 178 147 -
CMYK 0 0.12 0.28 0.20
HSL 33.21º 0.35% 0.69% -
HSV(B) 33.21º 0.28% 0.8% -
XYZ 45.82 46.64 34.19 -
YUV 181.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 203 178 147 0 0.12 0.28 0.20 33.21 0.35 0.69
Hex CB B2 93 0 C 1C 14 21 23 45
Octal 313 262 223 0 14 34 24 41 43 105
Binary 11001011 10110010 10010011 0 1100 11100 10100 100001 100011 1000101

Color Harmonies of #CBB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB293

Black with #CBB293

Text Example


Text Example

White with #CBB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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