Html Css Color HEX #CEBB6A Tacha

📋 copy color: '#CEBB6A'

red 206 ◦ green 187 ◦ blue 106

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

Shades of Tacha #CEBB6A

Tints of Tacha #CEBB6A

RGB

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

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

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

R = 41.28%
G = 37.47%
B = 21.24%

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

#CEBB6A (or 0xCEBB6A) is known color: Tacha. HEX triplet: CE, BB and 6A. RGB value is (206,187,106). Sum of RGB (Red+Green+Blue) = 206+187+106=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB6A is #314495. Grayscale: #B7B7B7. Windows color (decimal): -3228822 or 6994894. OLE color: 6994894.

HSL color Cylindrical-coordinate representation of color #CEBB6A: hue angle of 48.6º 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 #CEBB6A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 106 -
CMYK 0 0.09 0.49 0.19
HSL 48.6º 0.51% 0.61% -
HSV(B) 48.6º 0.49% 0.81% -
XYZ 45.83 49.7 20.81 -
YUV 183.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 206 187 106 0 0.09 0.49 0.19 48.6 0.51 0.61
Hex CE BB 6A 0 9 31 13 31 33 3D
Octal 316 273 152 0 11 61 23 61 63 75
Binary 11001110 10111011 1101010 0 1001 110001 10011 110001 110011 111101

Color Harmonies of #CEBB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB6A

Black with #CEBB6A

Text Example


Text Example

White with #CEBB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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