Html Css Color HEX #CEB47C Yuma

📋 copy color: '#CEB47C'

red 206 ◦ green 180 ◦ blue 124

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

Shades of Yuma #CEB47C

Tints of Yuma #CEB47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 40.39%
G = 35.29%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB47C (or 0xCEB47C) is known color: Yuma. HEX triplet: CE, B4 and 7C. RGB value is (206,180,124). Sum of RGB (Red+Green+Blue) = 206+180+124=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47C is #314B83. Grayscale: #B5B5B5. Windows color (decimal): -3230596 or 8172750. OLE color: 8172750.

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

Color convert

RGB 206 180 124 -
CMYK 0 0.13 0.40 0.19
HSL 40.98º 0.46% 0.65% -
HSV(B) 40.98º 0.4% 0.81% -
XYZ 45.41 47.22 25.79 -
YUV 181.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 206 180 124 0 0.13 0.40 0.19 40.98 0.46 0.65
Hex CE B4 7C 0 D 28 13 29 2E 41
Octal 316 264 174 0 15 50 23 51 56 101
Binary 11001110 10110100 1111100 0 1101 101000 10011 101001 101110 1000001

Color Harmonies of #CEB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB47C

Black with #CEB47C

Text Example


Text Example

White with #CEB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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