Html Css Color HEX #C7BD76 Yuma

📋 copy color: '#C7BD76'

red 199 ◦ green 189 ◦ blue 118

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

Shades of Yuma #C7BD76

Tints of Yuma #C7BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 39.33%
G = 37.35%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7BD76 (or 0xC7BD76) is known color: Yuma. HEX triplet: C7, BD and 76. RGB value is (199,189,118). Sum of RGB (Red+Green+Blue) = 199+189+118=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD76 is #384289. Grayscale: #B8B8B8. Windows color (decimal): -3687050 or 7781831. OLE color: 7781831.

HSL color Cylindrical-coordinate representation of color #C7BD76: hue angle of 52.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7BD76 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 118 -
CMYK 0 0.05 0.41 0.22
HSL 52.59º 0.42% 0.62% -
HSV(B) 52.59º 0.41% 0.78% -
XYZ 45.02 49.85 24.39 -
YUV 183.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 199 189 118 0 0.05 0.41 0.22 52.59 0.42 0.62
Hex C7 BD 76 0 5 29 16 35 2A 3E
Octal 307 275 166 0 5 51 26 65 52 76
Binary 11000111 10111101 1110110 0 101 101001 10110 110101 101010 111110

Color Harmonies of #C7BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD76

Black with #C7BD76

Text Example


Text Example

White with #C7BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD76; }

 p { color: rgb(199,189,118); }

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

background-color css

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

 a { background-color: rgb(199,189,118); }

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

border-color css

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

 span { border-color: rgb(199,189,118); }

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