Html Css Color HEX #C2BC99 Tana

📋 copy color: '#C2BC99'

red 194 ◦ green 188 ◦ blue 153

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

Shades of Tana #C2BC99

Tints of Tana #C2BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 36.26%
G = 35.14%
B = 28.6%

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

#C2BC99 (or 0xC2BC99) is known color: Tana. HEX triplet: C2, BC and 99. RGB value is (194,188,153). Sum of RGB (Red+Green+Blue) = 194+188+153=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC99 is #3D4366. Grayscale: #B9B9B9. Windows color (decimal): -4014951 or 10075330. OLE color: 10075330.

HSL color Cylindrical-coordinate representation of color #C2BC99: hue angle of 51.22º 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 #C2BC99 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 153 -
CMYK 0 0.03 0.21 0.24
HSL 51.22º 0.25% 0.68% -
HSV(B) 51.22º 0.21% 0.76% -
XYZ 45.98 49.74 37.31 -
YUV 185.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 194 188 153 0 0.03 0.21 0.24 51.22 0.25 0.68
Hex C2 BC 99 0 3 15 18 33 19 44
Octal 302 274 231 0 3 25 30 63 31 104
Binary 11000010 10111100 10011001 0 11 10101 11000 110011 11001 1000100

Color Harmonies of #C2BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC99

Black with #C2BC99

Text Example


Text Example

White with #C2BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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