Html Css Color HEX #CEBB60 Tacha

📋 copy color: '#CEBB60'

red 206 ◦ green 187 ◦ blue 96

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

Shades of Tacha #CEBB60

Tints of Tacha #CEBB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 42.13%
G = 38.24%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEBB60 (or 0xCEBB60) is known color: Tacha. HEX triplet: CE, BB and 60. RGB value is (206,187,96). Sum of RGB (Red+Green+Blue) = 206+187+96=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB60 is #31449F. Grayscale: #B6B6B6. Windows color (decimal): -3228832 or 6339534. OLE color: 6339534.

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

Color convert

RGB 206 187 96 -
CMYK 0 0.09 0.53 0.19
HSL 49.64º 0.53% 0.59% -
HSV(B) 49.64º 0.53% 0.81% -
XYZ 45.34 49.51 18.23 -
YUV 182.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 206 187 96 0 0.09 0.53 0.19 49.64 0.53 0.59
Hex CE BB 60 0 9 35 13 32 35 3B
Octal 316 273 140 0 11 65 23 62 65 73
Binary 11001110 10111011 1100000 0 1001 110101 10011 110010 110101 111011

Color Harmonies of #CEBB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB60

Black with #CEBB60

Text Example


Text Example

White with #CEBB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB60; }

 p { color: rgb(206,187,96); }

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

background-color css

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

 a { background-color: rgb(206,187,96); }

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

border-color css

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

 span { border-color: rgb(206,187,96); }

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