Html Css Color HEX #C2B686 Yuma

📋 copy color: '#C2B686'

red 194 ◦ green 182 ◦ blue 134

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

Shades of Yuma #C2B686

Tints of Yuma #C2B686

RGB

 RED value IS 194 (76.17% from 255) = 38.04%

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 38.04%
G = 35.69%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2B686 (or 0xC2B686) is known color: Yuma. HEX triplet: C2, B6 and 86. RGB value is (194,182,134). Sum of RGB (Red+Green+Blue) = 194+182+134=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B686 is #3D4979. Grayscale: #B4B4B4. Windows color (decimal): -4016506 or 8828610. OLE color: 8828610.

HSL color Cylindrical-coordinate representation of color #C2B686: hue angle of 48º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B686 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 134 -
CMYK 0 0.06 0.31 0.24
HSL 48º 0.33% 0.64% -
HSV(B) 48º 0.31% 0.76% -
XYZ 43.28 46.65 29.28 -
YUV 180.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 194 182 134 0 0.06 0.31 0.24 48 0.33 0.64
Hex C2 B6 86 0 6 1F 18 30 21 40
Octal 302 266 206 0 6 37 30 60 41 100
Binary 11000010 10110110 10000110 0 110 11111 11000 110000 100001 1000000

Color Harmonies of #C2B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B686

Black with #C2B686

Text Example


Text Example

White with #C2B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B686; }

 p { color: rgb(194,182,134); }

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

background-color css

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

 a { background-color: rgb(194,182,134); }

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

border-color css

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

 span { border-color: rgb(194,182,134); }

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