Html Css Color HEX #CEB265 Tacha

📋 copy color: '#CEB265'

red 206 ◦ green 178 ◦ blue 101

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

Shades of Tacha #CEB265

Tints of Tacha #CEB265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 42.47%
G = 36.7%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEB265 (or 0xCEB265) is known color: Tacha. HEX triplet: CE, B2 and 65. RGB value is (206,178,101). Sum of RGB (Red+Green+Blue) = 206+178+101=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB265 is #314D9A. Grayscale: #B1B1B1. Windows color (decimal): -3231131 or 6664910. OLE color: 6664910.

HSL color Cylindrical-coordinate representation of color #CEB265: hue angle of 44º 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 #CEB265 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 101 -
CMYK 0 0.14 0.51 0.19
HSL 44º 0.52% 0.6% -
HSV(B) 44º 0.51% 0.81% -
XYZ 43.72 45.9 18.87 -
YUV 177.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 206 178 101 0 0.14 0.51 0.19 44 0.52 0.6
Hex CE B2 65 0 E 33 13 2C 34 3C
Octal 316 262 145 0 16 63 23 54 64 74
Binary 11001110 10110010 1100101 0 1110 110011 10011 101100 110100 111100

Color Harmonies of #CEB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB265

Black with #CEB265

Text Example


Text Example

White with #CEB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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