Html Css Color HEX #CBB292 Sour Dough

📋 copy color: '#CBB292'

red 203 ◦ green 178 ◦ blue 146

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

Shades of Sour Dough #CBB292

Tints of Sour Dough #CBB292

RGB

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

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

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

R = 38.52%
G = 33.78%
B = 27.7%

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

#CBB292 (or 0xCBB292) is known color: Sour Dough. HEX triplet: CB, B2 and 92. RGB value is (203,178,146). Sum of RGB (Red+Green+Blue) = 203+178+146=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB292 is #344D6D. Grayscale: #B5B5B5. Windows color (decimal): -3427694 or 9614027. OLE color: 9614027.

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

Color convert

RGB 203 178 146 -
CMYK 0 0.12 0.28 0.20
HSL 33.68º 0.35% 0.68% -
HSV(B) 33.68º 0.28% 0.8% -
XYZ 45.74 46.61 33.78 -
YUV 181.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 203 178 146 0 0.12 0.28 0.20 33.68 0.35 0.68
Hex CB B2 92 0 C 1C 14 22 23 44
Octal 313 262 222 0 14 34 24 42 43 104
Binary 11001011 10110010 10010010 0 1100 11100 10100 100010 100011 1000100

Color Harmonies of #CBB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB292

Black with #CBB292

Text Example


Text Example

White with #CBB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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