Html Css Color HEX #CEB988 Yuma

📋 copy color: '#CEB988'

red 206 ◦ green 185 ◦ blue 136

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

Shades of Yuma #CEB988

Tints of Yuma #CEB988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.81%

R = 39.09%
G = 35.1%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CEB988 (or 0xCEB988) is known color: Yuma. HEX triplet: CE, B9 and 88. RGB value is (206,185,136). Sum of RGB (Red+Green+Blue) = 206+185+136=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB988 is #314677. Grayscale: #B9B9B9. Windows color (decimal): -3229304 or 8960462. OLE color: 8960462.

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

Color convert

RGB 206 185 136 -
CMYK 0 0.10 0.34 0.19
HSL 42º 0.42% 0.67% -
HSV(B) 42º 0.34% 0.81% -
XYZ 47.25 49.6 30.38 -
YUV 185.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 206 185 136 0 0.10 0.34 0.19 42 0.42 0.67
Hex CE B9 88 0 A 22 13 2A 2A 43
Octal 316 271 210 0 12 42 23 52 52 103
Binary 11001110 10111001 10001000 0 1010 100010 10011 101010 101010 1000011

Color Harmonies of #CEB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB988

Black with #CEB988

Text Example


Text Example

White with #CEB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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