Html Css Color HEX #CEB980 Yuma

📋 copy color: '#CEB980'

red 206 ◦ green 185 ◦ blue 128

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

Shades of Yuma #CEB980

Tints of Yuma #CEB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 39.69%
G = 35.65%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB980 (or 0xCEB980) is known color: Yuma. HEX triplet: CE, B9 and 80. RGB value is (206,185,128). Sum of RGB (Red+Green+Blue) = 206+185+128=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB980 is #31467F. Grayscale: #B9B9B9. Windows color (decimal): -3229312 or 8436174. OLE color: 8436174.

HSL color Cylindrical-coordinate representation of color #CEB980: hue angle of 43.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB980 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 128 -
CMYK 0 0.10 0.38 0.19
HSL 43.85º 0.44% 0.65% -
HSV(B) 43.85º 0.38% 0.81% -
XYZ 46.7 49.38 27.49 -
YUV 184.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 206 185 128 0 0.10 0.38 0.19 43.85 0.44 0.65
Hex CE B9 80 0 A 26 13 2C 2C 41
Octal 316 271 200 0 12 46 23 54 54 101
Binary 11001110 10111001 10000000 0 1010 100110 10011 101100 101100 1000001

Color Harmonies of #CEB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB980

Black with #CEB980

Text Example


Text Example

White with #CEB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB980; }

 p { color: rgb(206,185,128); }

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

background-color css

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

 a { background-color: rgb(206,185,128); }

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

border-color css

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

 span { border-color: rgb(206,185,128); }

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