Html Css Color HEX #CEB583 Yuma

📋 copy color: '#CEB583'

red 206 ◦ green 181 ◦ blue 131

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

Shades of Yuma #CEB583

Tints of Yuma #CEB583

RGB

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

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

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

R = 39.77%
G = 34.94%
B = 25.29%

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

#CEB583 (or 0xCEB583) is known color: Yuma. HEX triplet: CE, B5 and 83. RGB value is (206,181,131). Sum of RGB (Red+Green+Blue) = 206+181+131=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB583 is #314A7C. Grayscale: #B6B6B6. Windows color (decimal): -3230333 or 8631758. OLE color: 8631758.

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

Color convert

RGB 206 181 131 -
CMYK 0 0.12 0.36 0.19
HSL 40º 0.43% 0.66% -
HSV(B) 40º 0.36% 0.81% -
XYZ 46.07 47.81 28.27 -
YUV 182.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 206 181 131 0 0.12 0.36 0.19 40 0.43 0.66
Hex CE B5 83 0 C 24 13 28 2B 42
Octal 316 265 203 0 14 44 23 50 53 102
Binary 11001110 10110101 10000011 0 1100 100100 10011 101000 101011 1000010

Color Harmonies of #CEB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB583

Black with #CEB583

Text Example


Text Example

White with #CEB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB583; }

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

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

background-color css

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

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

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

border-color css

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

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

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