Html Css Color HEX #C7BC8E Yuma

📋 copy color: '#C7BC8E'

red 199 ◦ green 188 ◦ blue 142

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

Shades of Yuma #C7BC8E

Tints of Yuma #C7BC8E

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 37.62%
G = 35.54%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7BC8E (or 0xC7BC8E) is known color: Yuma. HEX triplet: C7, BC and 8E. RGB value is (199,188,142). Sum of RGB (Red+Green+Blue) = 199+188+142=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BC8E is #384371. Grayscale: #BABABA. Windows color (decimal): -3687282 or 9354439. OLE color: 9354439.

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

Color convert

RGB 199 188 142 -
CMYK 0 0.06 0.29 0.22
HSL 48.42º 0.34% 0.67% -
HSV(B) 48.42º 0.29% 0.78% -
XYZ 46.42 50.06 32.81 -
YUV 186.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 199 188 142 0 0.06 0.29 0.22 48.42 0.34 0.67
Hex C7 BC 8E 0 6 1D 16 30 22 43
Octal 307 274 216 0 6 35 26 60 42 103
Binary 11000111 10111100 10001110 0 110 11101 10110 110000 100010 1000011

Color Harmonies of #C7BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC8E

Black with #C7BC8E

Text Example


Text Example

White with #C7BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC8E; }

 p { color: rgb(199,188,142); }

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

background-color css

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

 a { background-color: rgb(199,188,142); }

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

border-color css

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

 span { border-color: rgb(199,188,142); }

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