Html Css Color HEX #CEB952 Tacha

📋 copy color: '#CEB952'

red 206 ◦ green 185 ◦ blue 82

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

Shades of Tacha #CEB952

Tints of Tacha #CEB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.11%

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 43.55%
G = 39.11%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEB952 (or 0xCEB952) is known color: Tacha. HEX triplet: CE, B9 and 52. RGB value is (206,185,82). Sum of RGB (Red+Green+Blue) = 206+185+82=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB952 is #3146AD. Grayscale: #B3B3B3. Windows color (decimal): -3229358 or 5421518. OLE color: 5421518.

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

Color convert

RGB 206 185 82 -
CMYK 0 0.10 0.60 0.19
HSL 49.84º 0.56% 0.56% -
HSV(B) 49.84º 0.6% 0.81% -
XYZ 44.33 48.43 14.99 -
YUV 179.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 206 185 82 0 0.10 0.60 0.19 49.84 0.56 0.56
Hex CE B9 52 0 A 3C 13 32 38 38
Octal 316 271 122 0 12 74 23 62 70 70
Binary 11001110 10111001 1010010 0 1010 111100 10011 110010 111000 111000

Color Harmonies of #CEB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB952

Black with #CEB952

Text Example


Text Example

White with #CEB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB952; }

 p { color: rgb(206,185,82); }

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

background-color css

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

 a { background-color: rgb(206,185,82); }

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

border-color css

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

 span { border-color: rgb(206,185,82); }

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