Html Css Color HEX #CEBB50 Tacha

📋 copy color: '#CEBB50'

red 206 ◦ green 187 ◦ blue 80

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

Shades of Tacha #CEBB50

Tints of Tacha #CEBB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 43.55%
G = 39.53%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CEBB50 (or 0xCEBB50) is known color: Tacha. HEX triplet: CE, BB and 50. RGB value is (206,187,80). Sum of RGB (Red+Green+Blue) = 206+187+80=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB50 is #3144AF. Grayscale: #B4B4B4. Windows color (decimal): -3228848 or 5290958. OLE color: 5290958.

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

Color convert

RGB 206 187 80 -
CMYK 0 0.09 0.61 0.19
HSL 50.95º 0.56% 0.56% -
HSV(B) 50.95º 0.61% 0.81% -
XYZ 44.67 49.24 14.74 -
YUV 180.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 206 187 80 0 0.09 0.61 0.19 50.95 0.56 0.56
Hex CE BB 50 0 9 3D 13 33 38 38
Octal 316 273 120 0 11 75 23 63 70 70
Binary 11001110 10111011 1010000 0 1001 111101 10011 110011 111000 111000

Color Harmonies of #CEBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB50

Black with #CEBB50

Text Example


Text Example

White with #CEBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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