Html Css Color HEX #CEB15A Tacha

📋 copy color: '#CEB15A'

red 206 ◦ green 177 ◦ blue 90

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

Shades of Tacha #CEB15A

Tints of Tacha #CEB15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 43.55%
G = 37.42%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEB15A (or 0xCEB15A) is known color: Tacha. HEX triplet: CE, B1 and 5A. RGB value is (206,177,90). Sum of RGB (Red+Green+Blue) = 206+177+90=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15A is #314EA5. Grayscale: #B0B0B0. Windows color (decimal): -3231398 or 5943758. OLE color: 5943758.

HSL color Cylindrical-coordinate representation of color #CEB15A: hue angle of 45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEB15A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 90 -
CMYK 0 0.14 0.56 0.19
HSL 45º 0.54% 0.58% -
HSV(B) 45º 0.56% 0.81% -
XYZ 43.02 45.3 16.15 -
YUV 175.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 206 177 90 0 0.14 0.56 0.19 45 0.54 0.58
Hex CE B1 5A 0 E 38 13 2D 36 3A
Octal 316 261 132 0 16 70 23 55 66 72
Binary 11001110 10110001 1011010 0 1110 111000 10011 101101 110110 111010

Color Harmonies of #CEB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB15A

Black with #CEB15A

Text Example


Text Example

White with #CEB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB15A; }

 p { color: rgb(206,177,90); }

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

background-color css

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

 a { background-color: rgb(206,177,90); }

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

border-color css

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

 span { border-color: rgb(206,177,90); }

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