Html Css Color HEX #C7B98B Yuma

📋 copy color: '#C7B98B'

red 199 ◦ green 185 ◦ blue 139

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

Shades of Yuma #C7B98B

Tints of Yuma #C7B98B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 38.05%
G = 35.37%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7B98B (or 0xC7B98B) is known color: Yuma. HEX triplet: C7, B9 and 8B. RGB value is (199,185,139). Sum of RGB (Red+Green+Blue) = 199+185+139=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B98B is #384674. Grayscale: #B8B8B8. Windows color (decimal): -3688053 or 9157063. OLE color: 9157063.

HSL color Cylindrical-coordinate representation of color #C7B98B: hue angle of 46º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B98B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 139 -
CMYK 0 0.07 0.30 0.22
HSL 46º 0.35% 0.66% -
HSV(B) 46º 0.3% 0.78% -
XYZ 45.56 48.7 31.43 -
YUV 183.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 199 185 139 0 0.07 0.30 0.22 46 0.35 0.66
Hex C7 B9 8B 0 7 1E 16 2E 23 42
Octal 307 271 213 0 7 36 26 56 43 102
Binary 11000111 10111001 10001011 0 111 11110 10110 101110 100011 1000010

Color Harmonies of #C7B98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B98B

Black with #C7B98B

Text Example


Text Example

White with #C7B98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B98B; }

 p { color: rgb(199,185,139); }

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

background-color css

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

 a { background-color: rgb(199,185,139); }

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

border-color css

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

 span { border-color: rgb(199,185,139); }

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