Html Css Color HEX #C6BF85 Yuma

📋 copy color: '#C6BF85'

red 198 ◦ green 191 ◦ blue 133

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

Shades of Yuma #C6BF85

Tints of Yuma #C6BF85

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 37.93%
G = 36.59%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C6BF85 (or 0xC6BF85) is known color: Yuma. HEX triplet: C6, BF and 85. RGB value is (198,191,133). Sum of RGB (Red+Green+Blue) = 198+191+133=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF85 is #39407A. Grayscale: #BABABA. Windows color (decimal): -3752059 or 8765382. OLE color: 8765382.

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

Color convert

RGB 198 191 133 -
CMYK 0 0.04 0.33 0.22
HSL 53.54º 0.36% 0.65% -
HSV(B) 53.54º 0.33% 0.78% -
XYZ 46.15 50.96 29.59 -
YUV 186.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 198 191 133 0 0.04 0.33 0.22 53.54 0.36 0.65
Hex C6 BF 85 0 4 21 16 36 24 41
Octal 306 277 205 0 4 41 26 66 44 101
Binary 11000110 10111111 10000101 0 100 100001 10110 110110 100100 1000001

Color Harmonies of #C6BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF85

Black with #C6BF85

Text Example


Text Example

White with #C6BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF85; }

 p { color: rgb(198,191,133); }

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

background-color css

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

 a { background-color: rgb(198,191,133); }

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

border-color css

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

 span { border-color: rgb(198,191,133); }

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