Html Css Color HEX #CEB683 Yuma

📋 copy color: '#CEB683'

red 206 ◦ green 182 ◦ blue 131

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

Shades of Yuma #CEB683

Tints of Yuma #CEB683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 39.69%
G = 35.07%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEB683 (or 0xCEB683) is known color: Yuma. HEX triplet: CE, B6 and 83. RGB value is (206,182,131). Sum of RGB (Red+Green+Blue) = 206+182+131=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB683 is #31497C. Grayscale: #B7B7B7. Windows color (decimal): -3230077 or 8632014. OLE color: 8632014.

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

Color convert

RGB 206 182 131 -
CMYK 0 0.12 0.36 0.19
HSL 40.8º 0.43% 0.66% -
HSV(B) 40.8º 0.36% 0.81% -
XYZ 46.28 48.22 28.34 -
YUV 183.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 206 182 131 0 0.12 0.36 0.19 40.8 0.43 0.66
Hex CE B6 83 0 C 24 13 29 2B 42
Octal 316 266 203 0 14 44 23 51 53 102
Binary 11001110 10110110 10000011 0 1100 100100 10011 101001 101011 1000010

Color Harmonies of #CEB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB683

Black with #CEB683

Text Example


Text Example

White with #CEB683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB683; }

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

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

background-color css

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

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

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

border-color css

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

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

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