Html Css Color HEX #CEBC62 Tacha

📋 copy color: '#CEBC62'

red 206 ◦ green 188 ◦ blue 98

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

Shades of Tacha #CEBC62

Tints of Tacha #CEBC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 98 (38.67% from 255) = 19.92%

R = 41.87%
G = 38.21%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEBC62 (or 0xCEBC62) is known color: Tacha. HEX triplet: CE, BC and 62. RGB value is (206,188,98). Sum of RGB (Red+Green+Blue) = 206+188+98=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC62 is #31439D. Grayscale: #B7B7B7. Windows color (decimal): -3228574 or 6470862. OLE color: 6470862.

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

Color convert

RGB 206 188 98 -
CMYK 0 0.09 0.52 0.19
HSL 50º 0.52% 0.6% -
HSV(B) 50º 0.52% 0.81% -
XYZ 45.64 49.97 18.79 -
YUV 183.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 206 188 98 0 0.09 0.52 0.19 50 0.52 0.6
Hex CE BC 62 0 9 34 13 32 34 3C
Octal 316 274 142 0 11 64 23 62 64 74
Binary 11001110 10111100 1100010 0 1001 110100 10011 110010 110100 111100

Color Harmonies of #CEBC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC62

Black with #CEBC62

Text Example


Text Example

White with #CEBC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC62; }

 p { color: rgb(206,188,98); }

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

background-color css

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

 a { background-color: rgb(206,188,98); }

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

border-color css

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

 span { border-color: rgb(206,188,98); }

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