Html Css Color HEX #C2BD99 Tana

📋 copy color: '#C2BD99'

red 194 ◦ green 189 ◦ blue 153

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

Shades of Tana #C2BD99

Tints of Tana #C2BD99

RGB

 RED value IS 194 (76.17% from 255) = 36.19%

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 36.19%
G = 35.26%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2BD99 (or 0xC2BD99) is known color: Tana. HEX triplet: C2, BD and 99. RGB value is (194,189,153). Sum of RGB (Red+Green+Blue) = 194+189+153=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD99 is #3D4266. Grayscale: #BABABA. Windows color (decimal): -4014695 or 10075586. OLE color: 10075586.

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

Color convert

RGB 194 189 153 -
CMYK 0 0.03 0.21 0.24
HSL 52.68º 0.25% 0.68% -
HSV(B) 52.68º 0.21% 0.76% -
XYZ 46.2 50.16 37.38 -
YUV 186.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 194 189 153 0 0.03 0.21 0.24 52.68 0.25 0.68
Hex C2 BD 99 0 3 15 18 35 19 44
Octal 302 275 231 0 3 25 30 65 31 104
Binary 11000010 10111101 10011001 0 11 10101 11000 110101 11001 1000100

Color Harmonies of #C2BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD99

Black with #C2BD99

Text Example


Text Example

White with #C2BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD99; }

 p { color: rgb(194,189,153); }

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

background-color css

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

 a { background-color: rgb(194,189,153); }

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

border-color css

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

 span { border-color: rgb(194,189,153); }

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