Html Css Color HEX #CEB955 Tacha

📋 copy color: '#CEB955'

red 206 ◦ green 185 ◦ blue 85

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

Shades of Tacha #CEB955

Tints of Tacha #CEB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.86%

R = 43.28%
G = 38.87%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CEB955 (or 0xCEB955) is known color: Tacha. HEX triplet: CE, B9 and 55. RGB value is (206,185,85). Sum of RGB (Red+Green+Blue) = 206+185+85=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB955 is #3146AA. Grayscale: #B4B4B4. Windows color (decimal): -3229355 or 5618126. OLE color: 5618126.

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

Color convert

RGB 206 185 85 -
CMYK 0 0.10 0.59 0.19
HSL 49.59º 0.55% 0.57% -
HSV(B) 49.59º 0.59% 0.81% -
XYZ 44.44 48.48 15.61 -
YUV 179.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 206 185 85 0 0.10 0.59 0.19 49.59 0.55 0.57
Hex CE B9 55 0 A 3B 13 32 37 39
Octal 316 271 125 0 12 73 23 62 67 71
Binary 11001110 10111001 1010101 0 1010 111011 10011 110010 110111 111001

Color Harmonies of #CEB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB955

Black with #CEB955

Text Example


Text Example

White with #CEB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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