Html Css Color HEX #C6B58A Yuma

📋 copy color: '#C6B58A'

red 198 ◦ green 181 ◦ blue 138

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

Shades of Yuma #C6B58A

Tints of Yuma #C6B58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 38.3%
G = 35.01%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6B58A (or 0xC6B58A) is known color: Yuma. HEX triplet: C6, B5 and 8A. RGB value is (198,181,138). Sum of RGB (Red+Green+Blue) = 198+181+138=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B58A is #394A75. Grayscale: #B5B5B5. Windows color (decimal): -3754614 or 9090502. OLE color: 9090502.

HSL color Cylindrical-coordinate representation of color #C6B58A: hue angle of 43º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6B58A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 181 138 -
CMYK 0 0.09 0.30 0.22
HSL 43º 0.34% 0.66% -
HSV(B) 43º 0.3% 0.78% -
XYZ 44.4 46.89 30.76 -
YUV 181.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 198 181 138 0 0.09 0.30 0.22 43 0.34 0.66
Hex C6 B5 8A 0 9 1E 16 2B 22 42
Octal 306 265 212 0 11 36 26 53 42 102
Binary 11000110 10110101 10001010 0 1001 11110 10110 101011 100010 1000010

Color Harmonies of #C6B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B58A

Black with #C6B58A

Text Example


Text Example

White with #C6B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B58A; }

 p { color: rgb(198,181,138); }

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

background-color css

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

 a { background-color: rgb(198,181,138); }

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

border-color css

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

 span { border-color: rgb(198,181,138); }

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