Html Css Color HEX #C6BE8D Yuma

📋 copy color: '#C6BE8D'

red 198 ◦ green 190 ◦ blue 141

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

Shades of Yuma #C6BE8D

Tints of Yuma #C6BE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 37.43%
G = 35.92%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6BE8D (or 0xC6BE8D) is known color: Yuma. HEX triplet: C6, BE and 8D. RGB value is (198,190,141). Sum of RGB (Red+Green+Blue) = 198+190+141=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE8D is #394172. Grayscale: #BBBBBB. Windows color (decimal): -3752307 or 9289414. OLE color: 9289414.

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

Color convert

RGB 198 190 141 -
CMYK 0 0.04 0.29 0.22
HSL 51.58º 0.33% 0.66% -
HSV(B) 51.58º 0.29% 0.78% -
XYZ 46.51 50.76 32.54 -
YUV 186.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 198 190 141 0 0.04 0.29 0.22 51.58 0.33 0.66
Hex C6 BE 8D 0 4 1D 16 34 21 42
Octal 306 276 215 0 4 35 26 64 41 102
Binary 11000110 10111110 10001101 0 100 11101 10110 110100 100001 1000010

Color Harmonies of #C6BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE8D

Black with #C6BE8D

Text Example


Text Example

White with #C6BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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