#C3BA7D

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

Shades of Yuma #C3BA7D

Tints of Yuma #C3BA7D

Color information

#C3BA7D (or 0xC3BA7D) is unknown color: approx Yuma. HEX triplet: C3, BA and 7D. RGB value is (195,186,125). Sum of RGB (Red+Green+Blue) = 195+186+125=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA7D is #3C4582. Grayscale: #B5B5B5. Windows color (decimal): -3949955 or 8239811. OLE color: 8239811.

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

Color convert

RGB195186125-
CMYK00.050.360.24
HSL52.29º36.84%62.75%-
HSV(B)52.29º35.9%76.47%-
XYZ43.7748.226.4-
YUV181.7495.98137.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=38.54%
G=36.76%
B=24.70%

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
Decimal19518612500.050.360.2452.2936.8462.75
HexC3BA7D05241834253f
Octal303272175054430644577
Binary11000011101110101111101010110010011000110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA7D; }

 p { color: rgb(195,186,125); }

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

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

 a { background-color: rgb(195,186,125); }

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

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

 span { border-color: rgb(195,186,125); }

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