Html Css Color HEX #CEB15D Tacha

📋 copy color: '#CEB15D'

red 206 ◦ green 177 ◦ blue 93

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

Shades of Tacha #CEB15D

Tints of Tacha #CEB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 43.28%
G = 37.18%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEB15D (or 0xCEB15D) is known color: Tacha. HEX triplet: CE, B1 and 5D. RGB value is (206,177,93). Sum of RGB (Red+Green+Blue) = 206+177+93=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB15D is #314EA2. Grayscale: #B0B0B0. Windows color (decimal): -3231395 or 6140366. OLE color: 6140366.

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

Color convert

RGB 206 177 93 -
CMYK 0 0.14 0.55 0.19
HSL 44.6º 0.54% 0.59% -
HSV(B) 44.6º 0.55% 0.81% -
XYZ 43.15 45.36 16.84 -
YUV 176.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 206 177 93 0 0.14 0.55 0.19 44.6 0.54 0.59
Hex CE B1 5D 0 E 37 13 2D 36 3B
Octal 316 261 135 0 16 67 23 55 66 73
Binary 11001110 10110001 1011101 0 1110 110111 10011 101101 110110 111011

Color Harmonies of #CEB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB15D

Black with #CEB15D

Text Example


Text Example

White with #CEB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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