#C2B684

Color #C2B684 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C2B684

Tints of Yuma #C2B684

Color information

#C2B684 (or 0xC2B684) is unknown color: approx Yuma. HEX triplet: C2, B6 and 84. RGB value is (194,182,132). Sum of RGB (Red+Green+Blue) = 194+182+132=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B684 is #3D497B. Grayscale: #B4B4B4. Windows color (decimal): -4016508 or 8697538. OLE color: 8697538.

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

Color convert

RGB194182132-
CMYK00.060.320.24
HSL48.39º33.7%63.92%-
HSV(B)48.39º31.96%76.08%-
XYZ43.1446.5928.55-
YUV179.89100.98138.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=38.19%
G=35.83%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418213200.060.320.2448.3933.763.92
HexC2B684062018302240
Octal3022662040640306042100
Binary1100001010110110100001000110100000110001100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B684; }

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

 H1.HeaderClassName
 {
   color: #C2B684;
 }
 .AnyTagClassName
 {
   color: #C2B684;
 }
</style>
background-color css

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

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

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

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

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

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