#C3B97C

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

Shades of Yuma #C3B97C

Tints of Yuma #C3B97C

Color information

#C3B97C (or 0xC3B97C) is unknown color: approx Yuma. HEX triplet: C3, B9 and 7C. RGB value is (195,185,124). Sum of RGB (Red+Green+Blue) = 195+185+124=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B97C is #3C4683. Grayscale: #B5B5B5. Windows color (decimal): -3950212 or 8174019. OLE color: 8174019.

HSL color Cylindrical-coordinate representation of color #C3B97C: hue angle of 51.55º degrees, saturation: 0.37, 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 #C3B97C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195185124-
CMYK00.050.360.24
HSL51.55º37.17%62.55%-
HSV(B)51.55º36.41%76.47%-
XYZ43.4947.7625.99-
YUV181.0495.81137.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=38.69%
G=36.71%
B=24.60%

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
Decimal19518512400.050.360.2451.5537.1762.55
HexC3B97C05241834253f
Octal303271174054430644577
Binary11000011101110011111100010110010011000110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B97C; }

 p { color: rgb(195,185,124); }

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

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

 a { background-color: rgb(195,185,124); }

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

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

 span { border-color: rgb(195,185,124); }

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