Html Css Color HEX #CEB25C Tacha

📋 copy color: '#CEB25C'

red 206 ◦ green 178 ◦ blue 92

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

Shades of Tacha #CEB25C

Tints of Tacha #CEB25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 43.28%
G = 37.39%
B = 19.33%

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

#CEB25C (or 0xCEB25C) is known color: Tacha. HEX triplet: CE, B2 and 5C. RGB value is (206,178,92). Sum of RGB (Red+Green+Blue) = 206+178+92=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB25C is #314DA3. Grayscale: #B0B0B0. Windows color (decimal): -3231140 or 6075086. OLE color: 6075086.

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

Color convert

RGB 206 178 92 -
CMYK 0 0.14 0.55 0.19
HSL 45.26º 0.54% 0.58% -
HSV(B) 45.26º 0.55% 0.81% -
XYZ 43.31 45.74 16.67 -
YUV 176.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 206 178 92 0 0.14 0.55 0.19 45.26 0.54 0.58
Hex CE B2 5C 0 E 37 13 2D 36 3A
Octal 316 262 134 0 16 67 23 55 66 72
Binary 11001110 10110010 1011100 0 1110 110111 10011 101101 110110 111010

Color Harmonies of #CEB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB25C

Black with #CEB25C

Text Example


Text Example

White with #CEB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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