Html Css Color HEX #CEB976 Yuma

📋 copy color: '#CEB976'

red 206 ◦ green 185 ◦ blue 118

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

Shades of Yuma #CEB976

Tints of Yuma #CEB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 40.47%
G = 36.35%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEB976 (or 0xCEB976) is known color: Yuma. HEX triplet: CE, B9 and 76. RGB value is (206,185,118). Sum of RGB (Red+Green+Blue) = 206+185+118=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB976 is #314689. Grayscale: #B7B7B7. Windows color (decimal): -3229322 or 7780814. OLE color: 7780814.

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

Color convert

RGB 206 185 118 -
CMYK 0 0.10 0.43 0.19
HSL 45.68º 0.47% 0.64% -
HSV(B) 45.68º 0.43% 0.81% -
XYZ 46.07 49.13 24.19 -
YUV 183.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 206 185 118 0 0.10 0.43 0.19 45.68 0.47 0.64
Hex CE B9 76 0 A 2B 13 2E 2F 40
Octal 316 271 166 0 12 53 23 56 57 100
Binary 11001110 10111001 1110110 0 1010 101011 10011 101110 101111 1000000

Color Harmonies of #CEB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB976

Black with #CEB976

Text Example


Text Example

White with #CEB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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