Html Css Color HEX #CEB466 Tacha

📋 copy color: '#CEB466'

red 206 ◦ green 180 ◦ blue 102

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

Shades of Tacha #CEB466

Tints of Tacha #CEB466

RGB

 RED value IS 206 (80.86% from 255) = 42.21%

 GREEN value IS 180 (70.7% from 255) = 36.89%

 BLUE value IS 102 (40.23% from 255) = 20.9%

R = 42.21%
G = 36.89%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEB466 (or 0xCEB466) is known color: Tacha. HEX triplet: CE, B4 and 66. RGB value is (206,180,102). Sum of RGB (Red+Green+Blue) = 206+180+102=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB466 is #314B99. Grayscale: #B3B3B3. Windows color (decimal): -3230618 or 6730958. OLE color: 6730958.

HSL color Cylindrical-coordinate representation of color #CEB466: hue angle of 45º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB466 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 102 -
CMYK 0 0.13 0.50 0.19
HSL 45º 0.51% 0.6% -
HSV(B) 45º 0.5% 0.81% -
XYZ 44.17 46.72 19.26 -
YUV 178.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 206 180 102 0 0.13 0.50 0.19 45 0.51 0.6
Hex CE B4 66 0 D 32 13 2D 33 3C
Octal 316 264 146 0 15 62 23 55 63 74
Binary 11001110 10110100 1100110 0 1101 110010 10011 101101 110011 111100

Color Harmonies of #CEB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB466

Black with #CEB466

Text Example


Text Example

White with #CEB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB466; }

 p { color: rgb(206,180,102); }

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

background-color css

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

 a { background-color: rgb(206,180,102); }

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

border-color css

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

 span { border-color: rgb(206,180,102); }

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