Html Css Color HEX #CEB25D Tacha

📋 copy color: '#CEB25D'

red 206 ◦ green 178 ◦ blue 93

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

Shades of Tacha #CEB25D

Tints of Tacha #CEB25D

RGB

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

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

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

R = 43.19%
G = 37.32%
B = 19.5%

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

#CEB25D (or 0xCEB25D) is known color: Tacha. HEX triplet: CE, B2 and 5D. RGB value is (206,178,93). Sum of RGB (Red+Green+Blue) = 206+178+93=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB25D is #314DA2. Grayscale: #B1B1B1. Windows color (decimal): -3231139 or 6140622. OLE color: 6140622.

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

Color convert

RGB 206 178 93 -
CMYK 0 0.14 0.55 0.19
HSL 45.13º 0.54% 0.59% -
HSV(B) 45.13º 0.55% 0.81% -
XYZ 43.35 45.75 16.9 -
YUV 176.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 206 178 93 0 0.14 0.55 0.19 45.13 0.54 0.59
Hex CE B2 5D 0 E 37 13 2D 36 3B
Octal 316 262 135 0 16 67 23 55 66 73
Binary 11001110 10110010 1011101 0 1110 110111 10011 101101 110110 111011

Color Harmonies of #CEB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB25D

Black with #CEB25D

Text Example


Text Example

White with #CEB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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