Html Css Color HEX #C6B98D Yuma

📋 copy color: '#C6B98D'

red 198 ◦ green 185 ◦ blue 141

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

Shades of Yuma #C6B98D

Tints of Yuma #C6B98D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 37.79%
G = 35.31%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6B98D (or 0xC6B98D) is known color: Yuma. HEX triplet: C6, B9 and 8D. RGB value is (198,185,141). Sum of RGB (Red+Green+Blue) = 198+185+141=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B98D is #394672. Grayscale: #B8B8B8. Windows color (decimal): -3753587 or 9288134. OLE color: 9288134.

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

Color convert

RGB 198 185 141 -
CMYK 0 0.07 0.29 0.22
HSL 46.32º 0.33% 0.66% -
HSV(B) 46.32º 0.29% 0.78% -
XYZ 45.45 48.63 32.19 -
YUV 183.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 198 185 141 0 0.07 0.29 0.22 46.32 0.33 0.66
Hex C6 B9 8D 0 7 1D 16 2E 21 42
Octal 306 271 215 0 7 35 26 56 41 102
Binary 11000110 10111001 10001101 0 111 11101 10110 101110 100001 1000010

Color Harmonies of #C6B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B98D

Black with #C6B98D

Text Example


Text Example

White with #C6B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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