Html Css Color HEX #C7BA88 Yuma

📋 copy color: '#C7BA88'

red 199 ◦ green 186 ◦ blue 136

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

Shades of Yuma #C7BA88

Tints of Yuma #C7BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 38.2%
G = 35.7%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C7BA88 (or 0xC7BA88) is known color: Yuma. HEX triplet: C7, BA and 88. RGB value is (199,186,136). Sum of RGB (Red+Green+Blue) = 199+186+136=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA88 is #384577. Grayscale: #B8B8B8. Windows color (decimal): -3687800 or 8960711. OLE color: 8960711.

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

Color convert

RGB 199 186 136 -
CMYK 0 0.07 0.32 0.22
HSL 47.62º 0.36% 0.66% -
HSV(B) 47.62º 0.32% 0.78% -
XYZ 45.56 49.04 30.36 -
YUV 184.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 199 186 136 0 0.07 0.32 0.22 47.62 0.36 0.66
Hex C7 BA 88 0 7 20 16 30 24 42
Octal 307 272 210 0 7 40 26 60 44 102
Binary 11000111 10111010 10001000 0 111 100000 10110 110000 100100 1000010

Color Harmonies of #C7BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA88

Black with #C7BA88

Text Example


Text Example

White with #C7BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA88; }

 p { color: rgb(199,186,136); }

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

background-color css

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

 a { background-color: rgb(199,186,136); }

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

border-color css

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

 span { border-color: rgb(199,186,136); }

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