Html Css Color HEX #CEB67C Yuma

📋 copy color: '#CEB67C'

red 206 ◦ green 182 ◦ blue 124

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

Shades of Yuma #CEB67C

Tints of Yuma #CEB67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 40.23%
G = 35.55%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB67C (or 0xCEB67C) is known color: Yuma. HEX triplet: CE, B6 and 7C. RGB value is (206,182,124). Sum of RGB (Red+Green+Blue) = 206+182+124=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB67C is #314983. Grayscale: #B6B6B6. Windows color (decimal): -3230084 or 8173262. OLE color: 8173262.

HSL color Cylindrical-coordinate representation of color #CEB67C: hue angle of 42.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB67C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 124 -
CMYK 0 0.12 0.40 0.19
HSL 42.44º 0.46% 0.65% -
HSV(B) 42.44º 0.4% 0.81% -
XYZ 45.82 48.03 25.93 -
YUV 182.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 206 182 124 0 0.12 0.40 0.19 42.44 0.46 0.65
Hex CE B6 7C 0 C 28 13 2A 2E 41
Octal 316 266 174 0 14 50 23 52 56 101
Binary 11001110 10110110 1111100 0 1100 101000 10011 101010 101110 1000001

Color Harmonies of #CEB67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB67C

Black with #CEB67C

Text Example


Text Example

White with #CEB67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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