Html Css Color HEX #C6BA7F Yuma

📋 copy color: '#C6BA7F'

red 198 ◦ green 186 ◦ blue 127

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

Shades of Yuma #C6BA7F

Tints of Yuma #C6BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.85%

R = 38.75%
G = 36.4%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6BA7F (or 0xC6BA7F) is known color: Yuma. HEX triplet: C6, BA and 7F. RGB value is (198,186,127). Sum of RGB (Red+Green+Blue) = 198+186+127=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA7F is #394580. Grayscale: #B7B7B7. Windows color (decimal): -3753345 or 8370886. OLE color: 8370886.

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

Color convert

RGB 198 186 127 -
CMYK 0 0.06 0.36 0.22
HSL 49.86º 0.38% 0.64% -
HSV(B) 49.86º 0.36% 0.78% -
XYZ 44.68 48.66 27.12 -
YUV 182.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 198 186 127 0 0.06 0.36 0.22 49.86 0.38 0.64
Hex C6 BA 7F 0 6 24 16 32 26 40
Octal 306 272 177 0 6 44 26 62 46 100
Binary 11000110 10111010 1111111 0 110 100100 10110 110010 100110 1000000

Color Harmonies of #C6BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA7F

Black with #C6BA7F

Text Example


Text Example

White with #C6BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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