Html Css Color HEX #CEB983 Yuma

📋 copy color: '#CEB983'

red 206 ◦ green 185 ◦ blue 131

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

Shades of Yuma #CEB983

Tints of Yuma #CEB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 39.46%
G = 35.44%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEB983 (or 0xCEB983) is known color: Yuma. HEX triplet: CE, B9 and 83. RGB value is (206,185,131). Sum of RGB (Red+Green+Blue) = 206+185+131=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB983 is #31467C. Grayscale: #B9B9B9. Windows color (decimal): -3229309 or 8632782. OLE color: 8632782.

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

Color convert

RGB 206 185 131 -
CMYK 0 0.10 0.36 0.19
HSL 43.2º 0.43% 0.66% -
HSV(B) 43.2º 0.36% 0.81% -
XYZ 46.9 49.46 28.55 -
YUV 185.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 206 185 131 0 0.10 0.36 0.19 43.2 0.43 0.66
Hex CE B9 83 0 A 24 13 2B 2B 42
Octal 316 271 203 0 12 44 23 53 53 102
Binary 11001110 10111001 10000011 0 1010 100100 10011 101011 101011 1000010

Color Harmonies of #CEB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB983

Black with #CEB983

Text Example


Text Example

White with #CEB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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