Html Css Color HEX #CEBC6A Tacha

📋 copy color: '#CEBC6A'

red 206 ◦ green 188 ◦ blue 106

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

Shades of Tacha #CEBC6A

Tints of Tacha #CEBC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.2%

R = 41.2%
G = 37.6%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEBC6A (or 0xCEBC6A) is known color: Tacha. HEX triplet: CE, BC and 6A. RGB value is (206,188,106). Sum of RGB (Red+Green+Blue) = 206+188+106=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC6A is #314395. Grayscale: #B8B8B8. Windows color (decimal): -3228566 or 6995150. OLE color: 6995150.

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

Color convert

RGB 206 188 106 -
CMYK 0 0.09 0.49 0.19
HSL 49.2º 0.51% 0.61% -
HSV(B) 49.2º 0.49% 0.81% -
XYZ 46.04 50.13 20.89 -
YUV 184.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 206 188 106 0 0.09 0.49 0.19 49.2 0.51 0.61
Hex CE BC 6A 0 9 31 13 31 33 3D
Octal 316 274 152 0 11 61 23 61 63 75
Binary 11001110 10111100 1101010 0 1001 110001 10011 110001 110011 111101

Color Harmonies of #CEBC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC6A

Black with #CEBC6A

Text Example


Text Example

White with #CEBC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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