Html Css Color HEX #CEB463 Tacha

📋 copy color: '#CEB463'

red 206 ◦ green 180 ◦ blue 99

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

Shades of Tacha #CEB463

Tints of Tacha #CEB463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 42.47%
G = 37.11%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEB463 (or 0xCEB463) is known color: Tacha. HEX triplet: CE, B4 and 63. RGB value is (206,180,99). Sum of RGB (Red+Green+Blue) = 206+180+99=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB463 is #314B9C. Grayscale: #B2B2B2. Windows color (decimal): -3230621 or 6534350. OLE color: 6534350.

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

Color convert

RGB 206 180 99 -
CMYK 0 0.13 0.52 0.19
HSL 45.42º 0.52% 0.6% -
HSV(B) 45.42º 0.52% 0.81% -
XYZ 44.03 46.67 18.49 -
YUV 178.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 206 180 99 0 0.13 0.52 0.19 45.42 0.52 0.6
Hex CE B4 63 0 D 34 13 2D 34 3C
Octal 316 264 143 0 15 64 23 55 64 74
Binary 11001110 10110100 1100011 0 1101 110100 10011 101101 110100 111100

Color Harmonies of #CEB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB463

Black with #CEB463

Text Example


Text Example

White with #CEB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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