Html Css Color HEX #C6BC7E Yuma

📋 copy color: '#C6BC7E'

red 198 ◦ green 188 ◦ blue 126

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

Shades of Yuma #C6BC7E

Tints of Yuma #C6BC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 38.67%
G = 36.72%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6BC7E (or 0xC6BC7E) is known color: Yuma. HEX triplet: C6, BC and 7E. RGB value is (198,188,126). Sum of RGB (Red+Green+Blue) = 198+188+126=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC7E is #394381. Grayscale: #B8B8B8. Windows color (decimal): -3752834 or 8305862. OLE color: 8305862.

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

Color convert

RGB 198 188 126 -
CMYK 0 0.05 0.36 0.22
HSL 51.67º 0.39% 0.64% -
HSV(B) 51.67º 0.36% 0.78% -
XYZ 45.04 49.48 26.92 -
YUV 183.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 198 188 126 0 0.05 0.36 0.22 51.67 0.39 0.64
Hex C6 BC 7E 0 5 24 16 34 27 40
Octal 306 274 176 0 5 44 26 64 47 100
Binary 11000110 10111100 1111110 0 101 100100 10110 110100 100111 1000000

Color Harmonies of #C6BC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC7E

Black with #C6BC7E

Text Example


Text Example

White with #C6BC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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