Html Css Color HEX #CEB465 Tacha

📋 copy color: '#CEB465'

red 206 ◦ green 180 ◦ blue 101

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

Shades of Tacha #CEB465

Tints of Tacha #CEB465

RGB

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

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

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

R = 42.3%
G = 36.96%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEB465 (or 0xCEB465) is known color: Tacha. HEX triplet: CE, B4 and 65. RGB value is (206,180,101). Sum of RGB (Red+Green+Blue) = 206+180+101=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB465 is #314B9A. Grayscale: #B3B3B3. Windows color (decimal): -3230619 or 6665422. OLE color: 6665422.

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

Color convert

RGB 206 180 101 -
CMYK 0 0.13 0.51 0.19
HSL 45.14º 0.52% 0.6% -
HSV(B) 45.14º 0.51% 0.81% -
XYZ 44.12 46.7 19 -
YUV 178.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 206 180 101 0 0.13 0.51 0.19 45.14 0.52 0.6
Hex CE B4 65 0 D 33 13 2D 34 3C
Octal 316 264 145 0 15 63 23 55 64 74
Binary 11001110 10110100 1100101 0 1101 110011 10011 101101 110100 111100

Color Harmonies of #CEB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB465

Black with #CEB465

Text Example


Text Example

White with #CEB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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