#C1BE72

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

Shades of Dark Khaki #C1BE72

Tints of Dark Khaki #C1BE72

Color information

#C1BE72 (or 0xC1BE72) is unknown color: approx Dark Khaki. HEX triplet: C1, BE and 72. RGB value is (193,190,114). Sum of RGB (Red+Green+Blue) = 193+190+114=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE72 is #3E418D. Grayscale: #B6B6B6. Windows color (decimal): -4080014 or 7519937. OLE color: 7519937.

HSL color Cylindrical-coordinate representation of color #C1BE72: hue angle of 57.72º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1BE72 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193190114-
CMYK00.020.410.24
HSL57.72º38.92%60.2%-
HSV(B)57.72º40.93%75.69%-
XYZ43.4449.3823.16-
YUV182.2389.49135.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=38.83%
G=38.23%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319011400.020.410.2457.7238.9260.2
HexC1BE720229183a273c
Octal301276162025130724774
Binary1100000110111110111001001010100111000111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE72; }

 p { color: rgb(193,190,114); }

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

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

 a { background-color: rgb(193,190,114); }

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

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

 span { border-color: rgb(193,190,114); }

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