Html Css Color HEX #C5B994 Sisal

📋 copy color: '#C5B994'

red 197 ◦ green 185 ◦ blue 148

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

Shades of Sisal #C5B994

Tints of Sisal #C5B994

RGB

 RED value IS 197 (77.34% from 255) = 37.17%

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 37.17%
G = 34.91%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C5B994 (or 0xC5B994) is known color: Sisal. HEX triplet: C5, B9 and 94. RGB value is (197,185,148). Sum of RGB (Red+Green+Blue) = 197+185+148=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B994 is #3A466B. Grayscale: #B8B8B8. Windows color (decimal): -3819116 or 9746885. OLE color: 9746885.

HSL color Cylindrical-coordinate representation of color #C5B994: hue angle of 45.31º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B994 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 148 -
CMYK 0 0.06 0.25 0.23
HSL 45.31º 0.3% 0.68% -
HSV(B) 45.31º 0.25% 0.77% -
XYZ 45.72 48.71 35.01 -
YUV 184.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 197 185 148 0 0.06 0.25 0.23 45.31 0.3 0.68
Hex C5 B9 94 0 6 19 17 2D 1E 44
Octal 305 271 224 0 6 31 27 55 36 104
Binary 11000101 10111001 10010100 0 110 11001 10111 101101 11110 1000100

Color Harmonies of #C5B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B994

Black with #C5B994

Text Example


Text Example

White with #C5B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B994; }

 p { color: rgb(197,185,148); }

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

background-color css

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

 a { background-color: rgb(197,185,148); }

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

border-color css

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

 span { border-color: rgb(197,185,148); }

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