Html Css Color HEX #C6BA82 Yuma

📋 copy color: '#C6BA82'

red 198 ◦ green 186 ◦ blue 130

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

Shades of Yuma #C6BA82

Tints of Yuma #C6BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.29%

R = 38.52%
G = 36.19%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C6BA82 (or 0xC6BA82) is known color: Yuma. HEX triplet: C6, BA and 82. RGB value is (198,186,130). Sum of RGB (Red+Green+Blue) = 198+186+130=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA82 is #39457D. Grayscale: #B7B7B7. Windows color (decimal): -3753342 or 8567494. OLE color: 8567494.

HSL color Cylindrical-coordinate representation of color #C6BA82: hue angle of 49.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6BA82 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 130 -
CMYK 0 0.06 0.34 0.22
HSL 49.41º 0.37% 0.64% -
HSV(B) 49.41º 0.34% 0.78% -
XYZ 44.88 48.74 28.16 -
YUV 183.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 198 186 130 0 0.06 0.34 0.22 49.41 0.37 0.64
Hex C6 BA 82 0 6 22 16 31 25 40
Octal 306 272 202 0 6 42 26 61 45 100
Binary 11000110 10111010 10000010 0 110 100010 10110 110001 100101 1000000

Color Harmonies of #C6BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA82

Black with #C6BA82

Text Example


Text Example

White with #C6BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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