Html Css Color HEX #CEB977 Yuma

📋 copy color: '#CEB977'

red 206 ◦ green 185 ◦ blue 119

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

Shades of Yuma #CEB977

Tints of Yuma #CEB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 40.39%
G = 36.27%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEB977 (or 0xCEB977) is known color: Yuma. HEX triplet: CE, B9 and 77. RGB value is (206,185,119). Sum of RGB (Red+Green+Blue) = 206+185+119=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB977 is #314688. Grayscale: #B8B8B8. Windows color (decimal): -3229321 or 7846350. OLE color: 7846350.

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

Color convert

RGB 206 185 119 -
CMYK 0 0.10 0.42 0.19
HSL 45.52º 0.47% 0.64% -
HSV(B) 45.52º 0.42% 0.81% -
XYZ 46.13 49.15 24.51 -
YUV 183.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 206 185 119 0 0.10 0.42 0.19 45.52 0.47 0.64
Hex CE B9 77 0 A 2A 13 2E 2F 40
Octal 316 271 167 0 12 52 23 56 57 100
Binary 11001110 10111001 1110111 0 1010 101010 10011 101110 101111 1000000

Color Harmonies of #CEB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB977

Black with #CEB977

Text Example


Text Example

White with #CEB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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