Html Css Color HEX #C4BAA5 Sisal

📋 copy color: '#C4BAA5'

red 196 ◦ green 186 ◦ blue 165

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

Shades of Sisal #C4BAA5

Tints of Sisal #C4BAA5

RGB

 RED value IS 196 (76.95% from 255) = 35.83%

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 35.83%
G = 34%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C4BAA5 (or 0xC4BAA5) is known color: Sisal. HEX triplet: C4, BA and A5. RGB value is (196,186,165). Sum of RGB (Red+Green+Blue) = 196+186+165=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAA5 is #3B455A. Grayscale: #BABABA. Windows color (decimal): -3884379 or 10861252. OLE color: 10861252.

HSL color Cylindrical-coordinate representation of color #C4BAA5: hue angle of 40.65º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BAA5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 165 -
CMYK 0 0.05 0.16 0.23
HSL 40.65º 0.21% 0.71% -
HSV(B) 40.65º 0.16% 0.77% -
XYZ 47.12 49.57 42.68 -
YUV 186.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 196 186 165 0 0.05 0.16 0.23 40.65 0.21 0.71
Hex C4 BA A5 0 5 10 17 29 15 47
Octal 304 272 245 0 5 20 27 51 25 107
Binary 11000100 10111010 10100101 0 101 10000 10111 101001 10101 1000111

Color Harmonies of #C4BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAA5

Black with #C4BAA5

Text Example


Text Example

White with #C4BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAA5; }

 p { color: rgb(196,186,165); }

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

background-color css

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

 a { background-color: rgb(196,186,165); }

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

border-color css

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

 span { border-color: rgb(196,186,165); }

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