Html Css Color HEX #C2BE9A Tana

📋 copy color: '#C2BE9A'

red 194 ◦ green 190 ◦ blue 154

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

Shades of Tana #C2BE9A

Tints of Tana #C2BE9A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 36.06%
G = 35.32%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2BE9A (or 0xC2BE9A) is known color: Tana. HEX triplet: C2, BE and 9A. RGB value is (194,190,154). Sum of RGB (Red+Green+Blue) = 194+190+154=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE9A is #3D4165. Grayscale: #BBBBBB. Windows color (decimal): -4014438 or 10141378. OLE color: 10141378.

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

Color convert

RGB 194 190 154 -
CMYK 0 0.02 0.21 0.24
HSL 54º 0.25% 0.68% -
HSV(B) 54º 0.21% 0.76% -
XYZ 46.49 50.63 37.89 -
YUV 187.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 194 190 154 0 0.02 0.21 0.24 54 0.25 0.68
Hex C2 BE 9A 0 2 15 18 36 19 44
Octal 302 276 232 0 2 25 30 66 31 104
Binary 11000010 10111110 10011010 0 10 10101 11000 110110 11001 1000100

Color Harmonies of #C2BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE9A

Black with #C2BE9A

Text Example


Text Example

White with #C2BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE9A; }

 p { color: rgb(194,190,154); }

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

background-color css

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

 a { background-color: rgb(194,190,154); }

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

border-color css

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

 span { border-color: rgb(194,190,154); }

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