Html Css Color HEX #CEB67E Yuma

📋 copy color: '#CEB67E'

red 206 ◦ green 182 ◦ blue 126

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

Shades of Yuma #CEB67E

Tints of Yuma #CEB67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 40.08%
G = 35.41%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEB67E (or 0xCEB67E) is known color: Yuma. HEX triplet: CE, B6 and 7E. RGB value is (206,182,126). Sum of RGB (Red+Green+Blue) = 206+182+126=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB67E is #314981. Grayscale: #B7B7B7. Windows color (decimal): -3230082 or 8304334. OLE color: 8304334.

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

Color convert

RGB 206 182 126 -
CMYK 0 0.12 0.39 0.19
HSL 42º 0.45% 0.65% -
HSV(B) 42º 0.39% 0.81% -
XYZ 45.95 48.08 26.6 -
YUV 182.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 206 182 126 0 0.12 0.39 0.19 42 0.45 0.65
Hex CE B6 7E 0 C 27 13 2A 2D 41
Octal 316 266 176 0 14 47 23 52 55 101
Binary 11001110 10110110 1111110 0 1100 100111 10011 101010 101101 1000001

Color Harmonies of #CEB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB67E

Black with #CEB67E

Text Example


Text Example

White with #CEB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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