#C1BB7F

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

Shades of Yuma #C1BB7F

Tints of Yuma #C1BB7F

Color information

#C1BB7F (or 0xC1BB7F) is unknown color: approx Yuma. HEX triplet: C1, BB and 7F. RGB value is (193,187,127). Sum of RGB (Red+Green+Blue) = 193+187+127=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB7F is #3E4480. Grayscale: #B6B6B6. Windows color (decimal): -4080769 or 8371137. OLE color: 8371137.

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

Color convert

RGB193187127-
CMYK00.030.340.24
HSL54.55º34.74%62.75%-
HSV(B)54.55º34.2%75.69%-
XYZ43.5948.4127.13-
YUV181.9596.99135.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 127 (50% from 255) = 25.05%
R=38.07%
G=36.88%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318712700.030.340.2454.5534.7462.75
HexC1BB7F03221837233f
Octal301273177034230674377
Binary1100000110111011111111101110001011000110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB7F; }

 p { color: rgb(193,187,127); }

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

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

 a { background-color: rgb(193,187,127); }

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

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

 span { border-color: rgb(193,187,127); }

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