Html Css Color HEX #C6BC85 Yuma

📋 copy color: '#C6BC85'

red 198 ◦ green 188 ◦ blue 133

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

Shades of Yuma #C6BC85

Tints of Yuma #C6BC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 38.15%
G = 36.22%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C6BC85 (or 0xC6BC85) is known color: Yuma. HEX triplet: C6, BC and 85. RGB value is (198,188,133). Sum of RGB (Red+Green+Blue) = 198+188+133=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC85 is #39437A. Grayscale: #B8B8B8. Windows color (decimal): -3752827 or 8764614. OLE color: 8764614.

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

Color convert

RGB 198 188 133 -
CMYK 0 0.05 0.33 0.22
HSL 50.77º 0.36% 0.65% -
HSV(B) 50.77º 0.33% 0.78% -
XYZ 45.51 49.67 29.38 -
YUV 184.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 198 188 133 0 0.05 0.33 0.22 50.77 0.36 0.65
Hex C6 BC 85 0 5 21 16 33 24 41
Octal 306 274 205 0 5 41 26 63 44 101
Binary 11000110 10111100 10000101 0 101 100001 10110 110011 100100 1000001

Color Harmonies of #C6BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC85

Black with #C6BC85

Text Example


Text Example

White with #C6BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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