Html Css Color HEX #C6BA75 Yuma

📋 copy color: '#C6BA75'

red 198 ◦ green 186 ◦ blue 117

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

Shades of Yuma #C6BA75

Tints of Yuma #C6BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 39.52%
G = 37.13%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6BA75 (or 0xC6BA75) is known color: Yuma. HEX triplet: C6, BA and 75. RGB value is (198,186,117). Sum of RGB (Red+Green+Blue) = 198+186+117=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA75 is #39458A. Grayscale: #B6B6B6. Windows color (decimal): -3753355 or 7715526. OLE color: 7715526.

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

Color convert

RGB 198 186 117 -
CMYK 0 0.06 0.41 0.22
HSL 51.11º 0.42% 0.62% -
HSV(B) 51.11º 0.41% 0.78% -
XYZ 44.06 48.41 23.85 -
YUV 181.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 198 186 117 0 0.06 0.41 0.22 51.11 0.42 0.62
Hex C6 BA 75 0 6 29 16 33 2A 3E
Octal 306 272 165 0 6 51 26 63 52 76
Binary 11000110 10111010 1110101 0 110 101001 10110 110011 101010 111110

Color Harmonies of #C6BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA75

Black with #C6BA75

Text Example


Text Example

White with #C6BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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