Html Css Color HEX #CEB580 Yuma

📋 copy color: '#CEB580'

red 206 ◦ green 181 ◦ blue 128

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

Shades of Yuma #CEB580

Tints of Yuma #CEB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

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

R = 40%
G = 35.15%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB580 (or 0xCEB580) is known color: Yuma. HEX triplet: CE, B5 and 80. RGB value is (206,181,128). Sum of RGB (Red+Green+Blue) = 206+181+128=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB580 is #314A7F. Grayscale: #B6B6B6. Windows color (decimal): -3230336 or 8435150. OLE color: 8435150.

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

Color convert

RGB 206 181 128 -
CMYK 0 0.12 0.38 0.19
HSL 40.77º 0.44% 0.65% -
HSV(B) 40.77º 0.38% 0.81% -
XYZ 45.87 47.73 27.22 -
YUV 182.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 206 181 128 0 0.12 0.38 0.19 40.77 0.44 0.65
Hex CE B5 80 0 C 26 13 29 2C 41
Octal 316 265 200 0 14 46 23 51 54 101
Binary 11001110 10110101 10000000 0 1100 100110 10011 101001 101100 1000001

Color Harmonies of #CEB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB580

Black with #CEB580

Text Example


Text Example

White with #CEB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB580; }

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

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

background-color css

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

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

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

border-color css

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

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

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