Html Css Color HEX #C3B096 Sour Dough

📋 copy color: '#C3B096'

red 195 ◦ green 176 ◦ blue 150

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

Shades of Sour Dough #C3B096

Tints of Sour Dough #C3B096

RGB

 RED value IS 195 (76.56% from 255) = 37.43%

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 37.43%
G = 33.78%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C3B096 (or 0xC3B096) is known color: Sour Dough. HEX triplet: C3, B0 and 96. RGB value is (195,176,150). Sum of RGB (Red+Green+Blue) = 195+176+150=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B096 is #3C4F69. Grayscale: #B2B2B2. Windows color (decimal): -3952490 or 9875651. OLE color: 9875651.

HSL color Cylindrical-coordinate representation of color #C3B096: hue angle of 34.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B096 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 150 -
CMYK 0 0.10 0.23 0.24
HSL 34.67º 0.27% 0.68% -
HSV(B) 34.67º 0.23% 0.76% -
XYZ 43.54 44.85 35.22 -
YUV 178.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 195 176 150 0 0.10 0.23 0.24 34.67 0.27 0.68
Hex C3 B0 96 0 A 17 18 23 1B 44
Octal 303 260 226 0 12 27 30 43 33 104
Binary 11000011 10110000 10010110 0 1010 10111 11000 100011 11011 1000100

Color Harmonies of #C3B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B096

Black with #C3B096

Text Example


Text Example

White with #C3B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B096; }

 p { color: rgb(195,176,150); }

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

background-color css

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

 a { background-color: rgb(195,176,150); }

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

border-color css

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

 span { border-color: rgb(195,176,150); }

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