Html Css Color HEX #CBB595 Sour Dough

📋 copy color: '#CBB595'

red 203 ◦ green 181 ◦ blue 149

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

Shades of Sour Dough #CBB595

Tints of Sour Dough #CBB595

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 38.09%
G = 33.96%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB595 (or 0xCBB595) is known color: Sour Dough. HEX triplet: CB, B5 and 95. RGB value is (203,181,149). Sum of RGB (Red+Green+Blue) = 203+181+149=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB595 is #344A6A. Grayscale: #B8B8B8. Windows color (decimal): -3426923 or 9811403. OLE color: 9811403.

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

Color convert

RGB 203 181 149 -
CMYK 0 0.11 0.27 0.20
HSL 35.56º 0.34% 0.69% -
HSV(B) 35.56º 0.27% 0.8% -
XYZ 46.58 47.91 35.23 -
YUV 183.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 203 181 149 0 0.11 0.27 0.20 35.56 0.34 0.69
Hex CB B5 95 0 B 1B 14 24 22 45
Octal 313 265 225 0 13 33 24 44 42 105
Binary 11001011 10110101 10010101 0 1011 11011 10100 100100 100010 1000101

Color Harmonies of #CBB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB595

Black with #CBB595

Text Example


Text Example

White with #CBB595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB595; }

 p { color: rgb(203,181,149); }

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

background-color css

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

 a { background-color: rgb(203,181,149); }

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

border-color css

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

 span { border-color: rgb(203,181,149); }

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