Html Css Color HEX #CEB965 Tacha

📋 copy color: '#CEB965'

red 206 ◦ green 185 ◦ blue 101

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

Shades of Tacha #CEB965

Tints of Tacha #CEB965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 41.87%
G = 37.6%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEB965 (or 0xCEB965) is known color: Tacha. HEX triplet: CE, B9 and 65. RGB value is (206,185,101). Sum of RGB (Red+Green+Blue) = 206+185+101=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB965 is #31469A. Grayscale: #B6B6B6. Windows color (decimal): -3229339 or 6666702. OLE color: 6666702.

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

Color convert

RGB 206 185 101 -
CMYK 0 0.10 0.51 0.19
HSL 48º 0.52% 0.6% -
HSV(B) 48º 0.51% 0.81% -
XYZ 45.15 48.76 19.34 -
YUV 181.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 206 185 101 0 0.10 0.51 0.19 48 0.52 0.6
Hex CE B9 65 0 A 33 13 30 34 3C
Octal 316 271 145 0 12 63 23 60 64 74
Binary 11001110 10111001 1100101 0 1010 110011 10011 110000 110100 111100

Color Harmonies of #CEB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB965

Black with #CEB965

Text Example


Text Example

White with #CEB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB965; }

 p { color: rgb(206,185,101); }

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

background-color css

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

 a { background-color: rgb(206,185,101); }

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

border-color css

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

 span { border-color: rgb(206,185,101); }

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