#C2B97D

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

Shades of Yuma #C2B97D

Tints of Yuma #C2B97D

Color information

#C2B97D (or 0xC2B97D) is unknown color: approx Yuma. HEX triplet: C2, B9 and 7D. RGB value is (194,185,125). Sum of RGB (Red+Green+Blue) = 194+185+125=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B97D is #3D4682. Grayscale: #B5B5B5. Windows color (decimal): -4015747 or 8239554. OLE color: 8239554.

HSL color Cylindrical-coordinate representation of color #C2B97D: hue angle of 52.17º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B97D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194185125-
CMYK00.050.360.24
HSL52.17º36.13%62.55%-
HSV(B)52.17º35.57%76.08%-
XYZ43.347.6526.32-
YUV180.8596.48137.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=38.49%
G=36.71%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418512500.050.360.2452.1736.1362.55
HexC2B97D05241834243f
Octal302271175054430644477
Binary11000010101110011111101010110010011000110100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B97D; }

 p { color: rgb(194,185,125); }

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

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

 a { background-color: rgb(194,185,125); }

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

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

 span { border-color: rgb(194,185,125); }

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