Html Css Color HEX #C6BE86 Yuma

📋 copy color: '#C6BE86'

red 198 ◦ green 190 ◦ blue 134

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

Shades of Yuma #C6BE86

Tints of Yuma #C6BE86

RGB

 RED value IS 198 (77.73% from 255) = 37.93%

 GREEN value IS 190 (74.61% from 255) = 36.4%

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 37.93%
G = 36.4%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C6BE86 (or 0xC6BE86) is known color: Yuma. HEX triplet: C6, BE and 86. RGB value is (198,190,134). Sum of RGB (Red+Green+Blue) = 198+190+134=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE86 is #394179. Grayscale: #BABABA. Windows color (decimal): -3752314 or 8830662. OLE color: 8830662.

HSL color Cylindrical-coordinate representation of color #C6BE86: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6BE86 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 134 -
CMYK 0 0.04 0.32 0.22
HSL 52.5º 0.36% 0.65% -
HSV(B) 52.5º 0.32% 0.78% -
XYZ 46.01 50.55 29.89 -
YUV 186.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 198 190 134 0 0.04 0.32 0.22 52.5 0.36 0.65
Hex C6 BE 86 0 4 20 16 34 24 41
Octal 306 276 206 0 4 40 26 64 44 101
Binary 11000110 10111110 10000110 0 100 100000 10110 110100 100100 1000001

Color Harmonies of #C6BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE86

Black with #C6BE86

Text Example


Text Example

White with #C6BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE86; }

 p { color: rgb(198,190,134); }

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

background-color css

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

 a { background-color: rgb(198,190,134); }

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

border-color css

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

 span { border-color: rgb(198,190,134); }

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