Html Css Color HEX #C6BA8D Yuma

📋 copy color: '#C6BA8D'

red 198 ◦ green 186 ◦ blue 141

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

Shades of Yuma #C6BA8D

Tints of Yuma #C6BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 37.71%
G = 35.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6BA8D (or 0xC6BA8D) is known color: Yuma. HEX triplet: C6, BA and 8D. RGB value is (198,186,141). Sum of RGB (Red+Green+Blue) = 198+186+141=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA8D is #394572. Grayscale: #B8B8B8. Windows color (decimal): -3753331 or 9288390. OLE color: 9288390.

HSL color Cylindrical-coordinate representation of color #C6BA8D: hue angle of 47.37º 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 #C6BA8D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 141 -
CMYK 0 0.06 0.29 0.22
HSL 47.37º 0.33% 0.66% -
HSV(B) 47.37º 0.29% 0.78% -
XYZ 45.66 49.05 32.26 -
YUV 184.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 198 186 141 0 0.06 0.29 0.22 47.37 0.33 0.66
Hex C6 BA 8D 0 6 1D 16 2F 21 42
Octal 306 272 215 0 6 35 26 57 41 102
Binary 11000110 10111010 10001101 0 110 11101 10110 101111 100001 1000010

Color Harmonies of #C6BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA8D

Black with #C6BA8D

Text Example


Text Example

White with #C6BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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