Html Css Color HEX #CEB47D Yuma

📋 copy color: '#CEB47D'

red 206 ◦ green 180 ◦ blue 125

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

Shades of Yuma #CEB47D

Tints of Yuma #CEB47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 40.31%
G = 35.23%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB47D (or 0xCEB47D) is known color: Yuma. HEX triplet: CE, B4 and 7D. RGB value is (206,180,125). Sum of RGB (Red+Green+Blue) = 206+180+125=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47D is #314B82. Grayscale: #B5B5B5. Windows color (decimal): -3230595 or 8238286. OLE color: 8238286.

HSL color Cylindrical-coordinate representation of color #CEB47D: hue angle of 40.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEB47D is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 125 -
CMYK 0 0.13 0.39 0.19
HSL 40.74º 0.45% 0.65% -
HSV(B) 40.74º 0.39% 0.81% -
XYZ 45.48 47.25 26.12 -
YUV 181.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 206 180 125 0 0.13 0.39 0.19 40.74 0.45 0.65
Hex CE B4 7D 0 D 27 13 29 2D 41
Octal 316 264 175 0 15 47 23 51 55 101
Binary 11001110 10110100 1111101 0 1101 100111 10011 101001 101101 1000001

Color Harmonies of #CEB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB47D

Black with #CEB47D

Text Example


Text Example

White with #CEB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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